Re: SA PW
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 08/13/02
- Next message: Greg Linwood: "Re: security and service start up account"
- Previous message: Stanley Thurman: "Re: CRITICAL!!! Security - sql server 2000"
- In reply to: jim: "SA PW"
- Next in thread: Donna Lambert [MS]: "Re: SA PW"
- Reply: Donna Lambert [MS]: "Re: SA PW"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Mon, 12 Aug 2002 18:12:06 -0600
You can't retrieve the password but you can reset it. Log
onto SQL Server using a sysadmin account or if
BUILTIN\Admins is still on the server as a sysadmin you can
log in using a Windows NT local admin account. Then reset
the password using sp_password, e.gl
exec sp_password NULL, 'NewPassword', 'sa'
-Sue
On Mon, 12 Aug 2002 18:39:26 -0500, "jim" <jim@here.com>
wrote:
>Major problem. Just took over a network from someone who left on bad terms.
>Before he left he changed the SA PW on one of our SQL servers. Need to know
>if there is a way to recover the PW. Server is running fine, so this is not
>a major problem yet, but..... you never know
>
>Thanks
>
- Next message: Greg Linwood: "Re: security and service start up account"
- Previous message: Stanley Thurman: "Re: CRITICAL!!! Security - sql server 2000"
- In reply to: jim: "SA PW"
- Next in thread: Donna Lambert [MS]: "Re: SA PW"
- Reply: Donna Lambert [MS]: "Re: SA PW"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|