Re: SQL2000 SA Account
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 05/15/03
- Next message: Graham Mitchell: "Re: SQL2000 SA Account"
- Previous message: Jasper Smith: "Re: Settig SQL Agent pwd thru code"
- In reply to: Graham Mitchell: "SQL2000 SA Account"
- Next in thread: Graham Mitchell: "Re: SQL2000 SA Account"
- Reply: Graham Mitchell: "Re: SQL2000 SA Account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 15 May 2003 18:01:54 +0100
Do you use SQL authentication for anything, if not then
you can change the server to Windows only. However,
regardless of this make sure the sa login has a very strong
password and lock it away. The trouble is that anyone
who is a sysadmin can change the sa password without
knowing what it currently is so it won't do a hell of a lot of
good. As you have discovered, you can't remove the sa login
or remove it from the sysadmin role.
-- HTH Jasper Smith (SQL Server MVP) I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Graham Mitchell" <spam@ceicmh.org> wrote in message news:%23j0MDDvGDHA.2852@tk2msftngp13.phx.gbl... > We've set up each of our programmers with their own Active Directory > SQLAdmin account, made them members of the SQL Server Admin group in AD. The > AD group has been added to the SQL server login IDs, and been given the > system administrator role. > > What I'd like to do now is to basically turn the SA account into a 'user' > account, with as few rights as possible (actually, I'd like to delete it, > but you can't do that)... What's the best way to go about this...? Any > suggestions and pointers are gratefully accepted. > > > Graham > >
- Next message: Graham Mitchell: "Re: SQL2000 SA Account"
- Previous message: Jasper Smith: "Re: Settig SQL Agent pwd thru code"
- In reply to: Graham Mitchell: "SQL2000 SA Account"
- Next in thread: Graham Mitchell: "Re: SQL2000 SA Account"
- Reply: Graham Mitchell: "Re: SQL2000 SA Account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|