SQL Server Authentication Configuration
SQL Authentication requires:
- Creating a new SQL account
- Enabling mixed mode
- Enabling named pipes and SQL Browser a non-local SQL Server
Enabling Mixed Mode
-
Connect to SQL Server in SQL Management Studio.
-
Right click on the instance node and select Properties.
-
Go to the Security tab.
-
In the Server Authentication section, select SQL Server and Windows Authentication Mode.
-
Click the Ok button.
-
Restart the SQL Server, by right clicking on the instance node and selecting Restart.
Enabling Named Pipes and SQL Browser
-
Open SQL Server Configuration Manager.
-
Click the SQL Server Network Configuration node.
-
Select Protocols for MSSQLSERVER.
-
Enable the following:
-
Shared memory
-
Named pipes
-
TCP/IP
-
-
Enable SQL Browser.
-
Click to select the SQL Server Services node.
-
Right click SQL Server Browser and select Start.