Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何sqlcmd以当前登录用户的身份自动运行传递给 的命令,即无需输入用户名和密码?
sqlcmd
我只想使用 Windows 身份验证。它是本地服务器。
sqlcmd接受-E参数,这意味着“使用受信任的连接”... IOW,您的 Windows 凭据。
-E
http://msdn.microsoft.com/en-us/library/ms162773.aspx