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.
我已经为客户端 sql server 上的数据库部署创建了数据库项目。但是在 Visual Studio 中只有部署选项,它在运行系统上部署数据库。我如何在客户端机器上部署这个项目?
使用发布选项。它与 Deploy 非常相似,但您可以为每台机器创建一个发布配置文件。
您可以使用 Deploy 选项,但每次您都必须在项目属性的 Debug 选项卡中更改连接字符串。