在 SQL Azure 上部署数据层项目 - 部署前和部署后使用主数据库

发布于 2024-10-13 08:09:19 字数 210 浏览 4 评论 0原文

我正在使用数据层数据库项目在 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 技术交流群。

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

发布评论

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

评论(1

安人多梦 2024-10-20 08:09:19

显然,不可能将 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

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