摘自https://www.connectionstrings.com/sql-server-2005/#1

 

Standard Security

Server=myServerAddress;Database=myDataBase;User Id=myUsername;
Password=myPassword;

Trusted Connection

Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;

相关文章:

  • 2022-12-23
  • 2021-06-18
  • 1970-01-01
  • 2022-12-23
  • 2021-10-17
  • 2022-02-18
  • 2022-12-23
猜你喜欢
  • 2022-01-19
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2021-11-05
相关资源
相似解决方案