使用 WebDeploy 部署数据库更新
我们在一个新项目中采用了 WebDeploy,它似乎可以很好地处理我们的应用程序到开发和测试服务器的部署。
现在我们想扩展 WebDeploy 的使用,使其也可以部署数据库更改。
Web 部署不仅使您能够 发布文件——同时也提供 数据库模式/数据,运行数据库 更改脚本、设置安全 ACL,以及 更多
...但我找不到任何关于如何运行数据库更改脚本的好信息 网络部署。
有人有这方面的指导、建议、最佳实践或信息链接吗?
谢谢达伦
。
We have adopted WebDeploy for a new project and it seems to handle the deployment of our apps to our Dev and Test servers pretty well.
Now we would like to extend the use of WebDeploy to make it deploy database changes too.
Scott Gu's blogpost on webdeploy states:
Web Deploy enables you to not only
publish files – but also provision
database schema/data, run database
change scripts, set security ACLs, and
more
... but I can't find any good information on how to run database change scripts with
WebDeploy.
Does anyone have guidance, advice, best-practice or informative links for this?
Thanks
Darren.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Visual Studio 2010 或 Visual Studio 2010 Express,则可以在项目属性的“打包/发布 SQL”选项卡中指定数据库更改脚本。有关更多信息,请参阅以下文章:
If you're using Visual Studio 2010 or Visual Studio 2010 Express then you can specify database change scripts in the Package/Publish SQL tab in your project's properties. For more information see the following article: