|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, June 06, 2013 8:55 AM
Points: 262,
Visits: 1,499
|
|
| While installing sql server 2005, is it okay for selecting mixed mode of authentication? Thanks!
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, April 17, 2013 1:58 PM
Points: 89,
Visits: 715
|
|
Yes you can, unless you want it. You can complete installation with only WIndows Authentication as well, if you decide to use windows and SQL Server Authentication then choose Both.
SQL Server Authentication is only for backward compatibility.
When you choose Mixed authentication, give a strong password for SA A/c, by default SQL Server Installation keeps a blank password for SA ( System administrator, the highest priviledge A/c in SQL Server).
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 4:40 PM
Points: 2,999,
Visits: 511
|
|
By default, SQL 2005 makes you create an SA password. You have to specify if you want it blank.
|
|
|
|