简体   繁体   中英

How to change the login mode of local SQL Server?

How to change the login mode of the existing local MDF database file from Windows authentication mode to Sql server authentication mode?

What should the connection string be modified to after the mode is modified to use Sql Server authentication ?

  1. Change authentication mode using SSMS by the help of the following link: Change Server Authentication Mode

  2. Change the ConnectionStringas as follow in the link: SQL Server Connection Strings

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM