Can't log in using sa account for sql server 2008
        Posted  
        
            by 
                tessa
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by tessa
        
        
        
        Published on 2011-10-13T21:24:52Z
        Indexed on 
            2011/11/20
            1:55 UTC
        
        
        Read the original article
        Hit count: 600
        
sql-server-2008
|authentication
I installed SQL Server 2008. During the install I set it to mixed mode authentication and set the password for what I assume is the sa account. In the configuration manager I set tcp/ip and named pipes to enabled. 
When I open SQL Server Management Studio and try to log in - username: sa, password: whatIjustsetintheinstall, it fails with the error:
Login failed for user sa. (error 18456). The error in Event Viewer is - Login failed for user 'sa'. Reason: Password did not match that for the login provided. [CLIENT: <local machine>]. 
I know the password is right because I just set it. What am I doing wrong here? Is sa not the right user to be logging in with mixed mode? I've been reading through forum after forum but just cannot find anything that works. 
© Server Fault or respective owner