Skip to main content
Skip table of contents

Enabling mixed mode authentication for SQL Server

As long as you can connect to SQL Server with Windows authentication, you can enable mixed mode authentication easily using SQL Server Management Studio.

📘 Instructions

To enable Mixed Mode authentication:

  • Launch SQL Server with SQL Server Management Studio.

  • In Object Explorer, right-click the server that you want to reconfigure, then select Properties.

    image-20240216-142827.png
  • In the Server Properties dialog box that appears, from the left pane, select Security.

    image-20240216-142832.png
  • In the Server Authentication section in the right panel, choose SQL Server and Windows Authentication mode (also known as Mixed Mode authentication).

  • Click OK to save the changes.

  • Restart the SQL Server service, then create the desired user account using Management Studio.

📋 Related articles

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.