Pages

Saturday, January 29, 2011

Enable Mixed Mode Authentication in SQL


For "enable mixed mode authentication", please follow these steps:

  1. Log into your server through Remote Desktop Connection (instructions for connecting to your server through RDC can be found here).
  2. Click StartProgramsMicrosoft SQL Server 2005/2008/2008R2 and select SQL Server Management Studio Express or SQL Server Management Studio, depending on your version of SQL Server.
  3. Enter the requested information:
    • Server Type: select Database Engine
    • Server Name: this field should be populated by default
    • Authentication: select Windows Authentication
  4. Click Connect.
  5. Right click the server name and select Properties.
  6. Click Security.
  7. Under Server authentication select SQL Server and Windows Authentication Mode.
  8. Click OK.
  9. Right click the server name and select Restart. Wait a few moments for the service to restart before proceeding.