Login failed--password of account must be changed--error 18488
        Posted  
        
            by Bill Paetzke
        on Server Fault
        
        See other posts from Server Fault
        
            or by Bill Paetzke
        
        
        
        Published on 2009-09-18T22:38:19Z
        Indexed on 
            2010/03/12
            16:17 UTC
        
        
        Read the original article
        Hit count: 763
        
sql-server
|sql-server-2005
I failed to connect to a production SQL server. My administrator reset my password, and told me what it was.
SQL Server Management Studio gives me this error: Login failed for user 'Bill'. Reason: The password of the account must be changed. (Microsoft SQL Server, Error: 18488)
So, how can I reset my password?
I tried terminaling into the server with this account, but it said that account doesn't exist. So I guess it's not a regular server account--just SQL server. (if that helps)
© Server Fault or respective owner