Blogs for SharePoint, Office 365, Azure, Oracle Cloud, SQL, Active Directory and Exchange
Pages
▼
Saturday, January 29, 2011
Enable Mixed Mode Authentication in SQL
For "enable mixed mode authentication", please follow these steps:
Log into your server through Remote Desktop Connection (instructions for connecting to your server through RDC can be found here).
Click Start, Programs, Microsoft SQL Server 2005/2008/2008R2 and select SQL Server Management Studio Express or SQL Server Management Studio, depending on your version of SQL Server.
Enter the requested information:
Server Type: select Database Engine
Server Name: this field should be populated by default
Authentication: select Windows Authentication
Click Connect.
Right click the server name and select Properties.
Click Security.
Under Server authentication select SQL Server and Windows Authentication Mode.
Click OK.
Right click the server name and select Restart. Wait a few moments for the service to restart before proceeding.