Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Changing sa password

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-07-03 : 09:05:14
dan writes "How do i change the password for the sa account though SQL Query Analyzer thanks for your time."

macka
Posting Yak Master

162 Posts

Posted - 2002-07-03 : 09:42:15
From BOL:

sp_password [ [ @old = ] 'old_password' , ]
{ [ @new =] 'new_password' }
[ , [ @loginame = ] 'login' ]

macka.

Go to Top of Page
   

- Advertisement -