在 SQL Azure 上部署数据层项目 - 部署前和部署后使用主数据库
我正在使用数据层数据库项目在 Azure 上部署,一切都很顺利,数据库和架构都创建得很好,除了在部署前和部署后它总是尝试使用主数据库而不是我在“”下指定的数据库属性中的“部署 - 数据层应用程序实例名称”。我尝试使用 USE MyDB 语句,但不支持它。
当然,我希望在我正在创建的当前数据库上执行部署前和部署后脚本。有什么想法吗?
非常感谢
最诚挚的问候。
I'm using a Data Tier DB project to deploy on Azure, everything goes fine, the DB and the schema are well created except that during the pre and post deployment it always tries to use the master DB instead of the one I specified under "Deploy - Data Tier Application Instance Name" in the properties. I tried to use a USE MyDB statement but it is not supported.
Of course I would like the pre and post deployment scripts to be executed on the current DB I'm creating. Any idea ?
Thanks a lot
Best regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,不可能将 PostDeployment 脚本功能与 SQL Azure 一起使用。
http://social.msdn.microsoft .com/Forums/br/windowsazuredata/thread/07f36eb1-5ae7-4c5c-aa1d-ecab903cc6a7
Apparently it is not possible to use the PostDeployment script functionality with SQL Azure.
http://social.msdn.microsoft.com/Forums/br/windowsazuredata/thread/07f36eb1-5ae7-4c5c-aa1d-ecab903cc6a7