Setting SQL Server to use Mixed Mode/SQL Authentication
Last updated: February 20th, 2025Description
- Author: Brian Schneider
- Published: February 20th, 2025
Details:
Description
If during SQL Server installation it was chosen to only use Windows Authentication instead of Mixed Mode Authentication, many products will be unable to connect to SQL Server.
Before you Begin
This document assumes SQL Server has already been installed. If not, find our tech note on installing SQL Server, and the steps included in that document will ensure you have the correct setup.
Pre-Requisites
During the SQL Server installation you must have allowed at least one Windows user to have access to SQL Server and be able to log into SQL Server using this account. If this has not been done, you will need to reinstall SQL.
Detailed Steps
- Open SQL Server Management Studio by going to Start > Programs > Microsoft SQL Server YEAR > SQL Server Management Studio.
- Log in with Windows Authentication with an administrative account.
- Change the authentication
- On the Object Explorer window right click on the server name and go to Properties.
- Select the Security section.
- Under Server Authentication change the selection from Windows Authentication mode to SQL Server and Windows Authentication mode.
- Click Ok
- Click Ok
- Select the Security section.
- On the Object Explorer window right click on the server name and go to Properties.
- Enable the sa login:
- In Object Explorer expand the Security folder, and the Logins.
- Right click sa and go to Properties.
- On the General tab set the password you want to use.
- On the Status tab, in Login set it to Enabled.
- Click OK
- Restart SQL Server:
- Right click on your Server name in Object Explorer
- Select Restart