Hi
I am install MSDE 2000 using SQL authentication in windows XP. After that install SQL server client tools then Database will automatically open in that client tools without providing user name/ password.
How can I stop it?
This is because the Builtin\Administrators group is a member of the sysadmin server group, which gives any administrator account on that PC unrestricted access within SQL Server.
You can remove the BUILTIN\Administrators group from the sysadmin group by:
1. Opening Enterprise Manager
2. Open your server, then Security and Server Roles
3. Open System Administrators, then remove the BUILTIN\Administrators group from the list.
I'd be very careful about this though - if you don't know what the password for the sa account it, you will lock yourself out of the system administration functionality.
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.