I have installed SQL Server 2008 Express Edition, but by mistake I kept the Windows authentication mode.
Now I want to change that to SQL Server mixed mode. How can I do this?
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.
Mixed Mode (SQL Authentication Mode) provides a System Administrator (SA) account using a separate user name (e.g. SA) and password that can also be used to connect to the SQL server in addition to the Windows account.
You can do it with SQL Management Studio -
Server Properties - Security - [Server Authentication section] you check Sql Server and Windows authentication mode
Here is the msdn source - http://msdn.microsoft.com/en-us/library/ms188670.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With