Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DISABLE WINDOWS AUTHENTICATION

Author  Topic 

GaneshRamanan
Starting Member

40 Posts

Posted - 2011-01-20 : 16:45:42
Hi

I wants to disable windows authentication for logging into sql server. Can Anyone guide me to disable the windows authentication.

Thanks in Advance,
Ganesh

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-01-20 : 16:52:20
That's not possible. Just don't grant anyone access via Windows.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2011-01-20 : 17:00:34
Make sure you remove the BUILTIN\Administrators group from your SQL Server instance(s).
Go to Top of Page
   

- Advertisement -