Any thoughts on this?
With that less on informations: No.
Lookup SQL Server ErrorLog for details about the failed login attempts; by default that gets logged.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
One of my users is getting a "login failed for user" message when trying to login.
The most common answer that I've seen is making sure that that SQL configuration is set to "SQL Server and Windows Authentication mode" which it is. I believe that the issue might be with some sort of network authentication. Users in one building can access the database while users in another building cannot access it.
Any thoughts on this?
Any thoughts on this?
With that less on informations: No.
Lookup SQL Server ErrorLog for details about the failed login attempts; by default that gets logged.
Hi @Tom Tucker
This is a common error.
You can provide the ErrorLog according to Olaf's advice.
As a supplement, you can refer to this official document.
Best regards,
Percy Tang