Hi all!
I have a question regarding Standard Practices. We have 3 SQL Servers in
the building and I wanted to know if it is recommended that the servers have
different SA passwords or the same....and why?
Thank you in advance!
Mike
I have a question regarding Standard Practices. We have 3 SQL Servers in
the building and I wanted to know if it is recommended that the servers have
different SA passwords or the same....and why?
Thank you in advance!
Mike
-- Mary
Microsoft Access Developer's Guide to SQL Server
http://www.amazon.com/exec/obidos/ASIN/0672319446
>I have a question regarding Standard Practices. We have 3 SQL Servers in
>the building and I wanted to know if it is recommended that the servers have
>different SA passwords or the same....and why?
>Thank you in advance!
>Mike
--Sue
On Wed, 10 Oct 2001 09:07:31 -0400, "Mike"
>I have a question regarding Standard Practices. We have 3 SQL Servers in
>the building and I wanted to know if it is recommended that the servers have
>different SA passwords or the same....and why?
>Thank you in advance!
>Mike
I've been a Sybase DBA for a while, but just got started in MS SQL.
In Sybase, we have the concept of roles, like the sa_role, sso_role, and the
oper_role.
If I assign the sa_role to a login, then that login can do anything that the
sa account can, enabling me to lock the sa account for security reasons.
We just acquired a small software company that has been using MS SQL 6.5,
but they use the sa account for EVERYTHING. Since I inherited the DBA job
for this MS SQL Server, I wanted to assign myself sa_role and disable the sa
account, but I cannot find any information on how to do that in SQL 6.5.
Help.
They need to use integrated security, which I believe maps anyone in the NT
administrators group to automatically login as sa. How can I go around
that? I don't want anyone to login as sa. Never!
Thanks in advance.
-criatura
2. R: Creating New User in Accessdb (with password)?
3. sp_addumpdevice with non-sa account?
6. Please Help I got the wrong info again.
7. Authentication Error using SA account
8. reading files from stored procedures
9. SQL blocks the ‘sa’ account
10. Tables become read only to sa account
11. Help Login fail using sa account
12. Non SA Account cannot start Scheduled Job
13. How do I disable the sa account?