如何使 Visual Studio 中的 SQL 数据库安装程序设置使用 Windows 身份验证?
I have been following this tutorial to install the database script using a setup. But it only works for the SQL login credentials.
Walkthrough: Using a Custom Action to Create a Database at Installation
How do I make this work with Windows Authentication credentials?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 C#,您可以从下面开始:查看是否可以打开连接。
如果您不使用 localhost,请将其更改为服务器地址。
For C# you can start below: See if you can get a connection to open.
If you are not using localhost change it to server address.