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
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Windows on SQL Authentication on installation

Author  Topic 

ConfusedAgain
Yak Posting Veteran

82 Posts

Posted - 2010-10-04 : 16:26:08
I am installing SQL Server 2008 on Windows 7 on my laptop.

What is the best to choose, Windows or SQL server authentication and why?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-10-04 : 17:18:31
It depends what you want. We have to use mixed-mode authentication for our applications, so we have to specify both in the installation. We use Windows authentication for our individual DBA accounts, but SQL authentication for the application access.

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 - 2010-10-04 : 19:09:21
Unless you have specific audit or compliance requirements, I'd recommend mixed mode. You can always disable, or not create, any other logins besides SA. I recently got locked out of 2 Windows Auth instances (not installed by me) because the only account with sysadmin privileges belonged to an employee who had recently left. This is especially easy if you follow Microsoft's recommendation and remove the BUILTIN\Administrators group from your SQL instance.
Go to Top of Page

ConfusedAgain
Yak Posting Veteran

82 Posts

Posted - 2010-10-06 : 04:47:33
Thank you for that I have opted for mixed mode and all seems to work smoothly with connecting VS to the database that way.
Go to Top of Page
   

- Advertisement -