I am looking for some instructions on what to choose when setting up an account within SQL Server 2005. We currently use the SA account. I need to setup an account similar to SA, but that will keep us out of trouble for the auditors. Does anyone have any suggestions?
No one should ever use the sa account for anything. You should create accounts for each DBA (either SQL or domain based) and add them as members of the SYADMIN fixed server role.
Only the DBAs should be members of the SYSADMIN fixed server role. Everyone else on the server should have the least permissions needed to do there work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.