Not sure if this is the right forum, please let me know if it should be posted elsewhere. We have SQL 2008 R2 Standard on a Windows 2008R2 server. About a year ago we had to rename the server and had Microsoft assist with it to ensure we didn't encounter issues with SQL after renaming the server. At that time, we weren't using the SQL Agent but now we have enabled it for the purpose of doing some maintenance plans. For clarification, Server1 is the old name and Server2 is the new name. When the maintenance plans try to run, we get the below error message. My question is why is the SQL Agent trying to use an old account server1\useradmin instead of server2\useradmin? When we look in the SQL studio, under the logins folder, we still see the old accounts server1\useradmin which never got automatically renamed. When viewing the logs to see what accounts we are using as admins to login to SQL, it shows us using Windows Authentication which is accouring since there is a group Builtin\Adminstrators. How can we fix the sql agent issue?
Message
[298] SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'Server1\useradmin', error code 0x534. [SQLSTATE 42000] (ConnIsLoginSysAdmin)
Thx for any assistance provided.