
In the SQL Server log file on my computer I see this error: Login failed for user sa.
#Sql server sa account for remote login disable password#
Then any server you try to connect to from that instance of SSMS will be using the account you ran it as. I am trying to connect to SQL Server 2008 from a remote server using sa username and its password (I can log in normally with this username and password from my own computer - so 'SQL Server and Windows authentication mode' is chosen). It will then prompt you for the password and if correct will launch SSMS as that user.Įither option you choose, the user has to have permissions to run SSMS on that machine and, of course, the password has to be correct.

The easiest way to log in with a different Windows account is to be logged in to the machine with the different Windows account. If that's the case, then the SQL Agent was never given the permissions it needs to run everything it does in SQL Server.

Restart the SQL Services and then try to login with sa details. Sounds like you are logged in to the machine as the local admin. The SQL Server Brower service is disabled by default so you need to enable and start.
