Help Help Help
-
help plz where do i find Authonication mode in sql server 2005 coz my configuration is set to windows Authonication and i want to change it into mixed
-
help plz where do i find Authonication mode in sql server 2005 coz my configuration is set to windows Authonication and i want to change it into mixed
Open management studio, right click on the server and properties. Then under security you can change it to mixed mode.
Mark Churchill Director Dunn & Churchill
-
help plz where do i find Authonication mode in sql server 2005 coz my configuration is set to windows Authonication and i want to change it into mixed
In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties. On the Security page, under Server authentication, select the new server authentication mode, and then click OK. In the SQL Server Management Studio dialog box, click OK, to acknowledge the need to restart SQL Server. Make sure you restart the server. and remember "If Windows Authentication mode is selected during installation, the sa login is disabled. If you later change authentication mode to SQL Server and Windows Authentication mode, the sa login remains disabled. To enable the sa login, use the ALTER LOGIN statement." Cheers Ghazi
/* Ghazi Hadi Al Wadi, PMP, ASQ SSGB, DBA */