Re: trouble changing SA password on SQL Server 2005 Express
- From: "James Luetkehoelter" <jamesUNDERSCORELuetkehoelter@xxxxxxxxx>
- Date: Thu, 6 Jul 2006 13:48:06 -0500
I'd quickly switch to SQL Authentication, try logging in as SA with what you
think the password is, then switch back.
Personally, I start it off during the install as SQL authentication to set
an SA password, then quick move it back to Windows Authentication.
"Dasani" <Dasani@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0101B246-5F1E-4094-931E-E4A51C7265B9@xxxxxxxxxxxxxxxx
Hello,
I have a basic question about changing/setting the sa password on an
instance of SQL 2005 Express running in Windows Authentication mode. Its
my
understanding that even though this account is disabled in Windows Auth
mode,
I should still set a strong password in the event it is ever changed to
mixed
mode.
I login using, "sqlcmd -E -S $servername\$instancename"
Then run:
sp_password @old = null, @new = 'strongpass', @loginame = 'sa'
go
The problem is that I never receive the "Password Changed" notice from the
system, as all the documentation that I have read says. I do not receive
any
errors either - it simply drops back to the prompt. I do believe it is
setting the password, because if I try the same command, but provide a
wrong
old password instead of null, it throughs an error saying that I do not
have
permission.
Is this behavior normal? - I've also tried using osql as well. I just
want
to be sure that I do not have a blank sa password.
Thanks,
Dasani
.
- Prev by Date: Re: SSL with SQL Server 2000
- Next by Date: Re: SQL 2005 Encryption - MS Support Level
- Previous by thread: Re: Network Service Account
- Next by thread: Re: SQL 2005 Encryption - MS Support Level
- Index(es):
Relevant Pages
|
|