标签: c# .net sql-server windows-authentication
我正在编写一个小程序,我需要能够指向虚拟机VM(不是Azure)上的SQL Server实例。不幸的是,当创建这些VM时,SQL Server实例是使用仅Windows身份验证安装的。我们对每个VM使用相同的凭据,但它们不在我们的域(程序将在其中运行)
我知道Windows身份验证的典型连接字符串中包含Integrated Security=SSPI但是是否可以在连接字符串中为您连接的VM指定Windows凭据?
Integrated Security=SSPI
这周围有吗?设置SQL身份验证不是一个真正的选择。任何想法都将不胜感激。
答案 0 :(得分:0)
类似的问题已经得到解答。以下2个链接可能会有所帮助
http://sqlblog.com/blogs/john_paul_cook/archive/2010/02/26/using-windows-authentication-from-a-non-domain-joined-machine.aspx
https://dba.stackexchange.com/questions/66014/connect-to-sql-server-with-windows-authentication-in-a-different-domain?lq=1