How can I change from SQL Server Windows mode to mixed mode (SQL Server 2008)?

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

Leave a Comment