A domain administrator account's password has been changed in our environment. Since then, I cannot connect from SQL Server A to SQL Server B through SSMS using Windows Authentication while logged on as the domain administrator in which the password was changed.
Both Server A and Server B have the Server Authentication set to "SQL Server and Windows Authentication mode."
When trying to connect in SSMS, I get the message "Login failed for user ''. The user is not associated with a trusted SQL Server connection, (Microsoft SQL Server, Error: 18452).
**It is interesting the user is listed as '' rather than the domain account.
I can connect from Server A to Server B using SQL Server Authentication.
Any help please?
Thanks