Re: sa account - hpw to reset a 'compromised' pw
From: Uttam Parui[MS] (uttamkp@online.microsoft.com)
Date: 10/26/02
- Next message: Bob Hilton: "Determining User's Effective Rights"
- Previous message: Uttam Parui[MS]: "Re: IIS and SQL server 7"
- In reply to: Narayana Vyas Kondreddi: "Re: sa account - hpw to reset a 'compromised' pw"
- Next in thread: Dave Sampson: "Re: sa account - hpw to reset a 'compromised' pw"
- Reply: Dave Sampson: "Re: sa account - hpw to reset a 'compromised' pw"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: uttamkp@online.microsoft.com (Uttam Parui[MS]) Date: Sat, 26 Oct 2002 13:43:23 GMT
Alan,
Try connecting to your MSDE server with a Administrator account and then
change the password for 'sa' using the sp_password stored procedure.
sp_password NULL, 'new_password_for_sa', 'sa'
go
Addtional Information
------------------------------------
HOW TO: Manage the SQL Server Desktop Engine (MSDE 2000) by Using the Osql
Utility
http://support.microsoft.com/default.aspx?scid=kb;[LN];Q325003
Hope this helps.
Regards,
Uttam Kumar Parui
SQL Server Support Engineer, MCDBA, MCSE, MCT
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection
Program and to order your FREE Security Tool Kit, please visit
http://www.microsoft.com/security.
- Next message: Bob Hilton: "Determining User's Effective Rights"
- Previous message: Uttam Parui[MS]: "Re: IIS and SQL server 7"
- In reply to: Narayana Vyas Kondreddi: "Re: sa account - hpw to reset a 'compromised' pw"
- Next in thread: Dave Sampson: "Re: sa account - hpw to reset a 'compromised' pw"
- Reply: Dave Sampson: "Re: sa account - hpw to reset a 'compromised' pw"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|