标签: c++ sql sql-server windows-authentication
如何通过windows authentification启用我的程序连接到sql数据库,而不是用用户名和密码进行sql authentification?
答案 0 :(得分:0)
Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;
https://www.connectionstrings.com/sql-server/