如何在vs2010中部署dbproj?

发布于 2024-09-07 20:00:09 字数 106 浏览 5 评论 0原文

简单的问题,我是 dbproj 的新手,你如何将它从 vs2010 实际部署到我的 sqlserver 上?我构建了 dbproj,它在 sql/debug 文件夹中创建了一堆文件,那么我该怎么办?

Quick question, I'm new to dbproj, how do you actually deploy it to my sqlserver from vs2010? I built the dbproj, and it created a bunch of files in sql/debug folder, then what do I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苏璃陌 2024-09-14 20:00:09

如果您在部署选项卡上配置数据库项目属性,并将部署操作:设置为创建部署脚本(.sql)并部署到数据库 具有有效的目标数据库设置,当您使用构建 菜单下的部署解决方案 操作时,将部署数据库。

If you configure the database project property on the Deploy tab and set the Deploy action: to Create a deployment script (.sql) and deploy to the database with valid Target Database Settings, the database will be deployed when you use the Deploy Solution action under the Build menu.

柠檬心 2024-09-14 20:00:09

项目上应该有一个“部署”命令。有关配置的更多详细信息,请参见 MSDN:http://msdn.microsoft.com /en-us/library/aa833165.aspx

There should be a "Deploy" command on the project. More details on configuring it are on MSDN: http://msdn.microsoft.com/en-us/library/aa833165.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文