(We are running SQLServer 2000, service pack 3)
We recently had some Sarbanes-Oxley auditors in to check out our systems. It was suggested that we never routinely use the sa account when not needed. So what I did was set up a login called "Admin" and gave that user the System Administrator server role.
My question is about the databases that are on that server. If you look at the database access on the sa account the sa account is part of the public and the db_owner database roles for all databases on this server.
For the new login "Admin" that I created do I need to make that user part of the db_owner database role for each database as well as giving it the system administrator server role so that all of the privileges of the "Admin" login are equal to the "sa" login?
Thanks,
Bessebo
We recently had some Sarbanes-Oxley auditors in to check out our systems. It was suggested that we never routinely use the sa account when not needed. So what I did was set up a login called "Admin" and gave that user the System Administrator server role.
My question is about the databases that are on that server. If you look at the database access on the sa account the sa account is part of the public and the db_owner database roles for all databases on this server.
For the new login "Admin" that I created do I need to make that user part of the db_owner database role for each database as well as giving it the system administrator server role so that all of the privileges of the "Admin" login are equal to the "sa" login?
Thanks,
Bessebo