SQL Authentication requires:
- Creating a new SQL account
- Enabling Mixed Mode
- Named Pipes and SQL Browser enabled for a non-local SQL Server
For instructions on Creating the SQL account or Installing SQL Server see
Installing and Configuring SQL Server article.
Instructions for enabling Mixed Mode
- Connect to the SQL Server in SQL Management Studio
- Right click on the instance node and select Properties
- Navigate to the Security Tab
- Under Server Authentication select "SQL Server and Windows Authentication Mode".
- Click Ok
- Restart the SQL Server, by right clicking on the instance node and selecting Restart
Instructions for Enabling Named Pipes and SQL Browser
If your SQL server is running on a separate machine, you will need to turn on Named Pipes and SQL Browser to ensure the SQL server can be accessed from an external machine
- In Programs, open SQL Server Configuration Manager
- Click on the SQL Server Network Configuration node
- Then select Protocols for MSSQLSERVER
- Enable Protocols:
- Shared Memory
- Named Pipes
- TCP/IP
- Then to enable the SQL Browser
- Select the SQL Server Services node
- Right click SQL Server Browser and select Start
Article ID: 193, Created On: 11/7/2011, Modified: 11/8/2011