VS2010数据库项目部署:数据库对象构建顺序

发布于 2024-11-09 07:36:35 字数 237 浏览 0 评论 0原文

我对 VS2010 数据库项目部署有点陌生。因此,在使用此脚本之前,我通常使用 vbscript 创建一个部署脚本,其中所有数据库脚本都编译到一个文件中。使用 vbscript 我可以指定首先出现哪些数据对象。通常,我首先运行表脚本,然后运行用户定义的函数脚本、存储过程等。

我想知道如何控制首先执行哪些数据对象。现在部署数据库项目时发生的情况是,存储过程先于用户定义的函数执行。这些存储过程依赖于用户定义的函数。

谢谢! 林恩

Im kinda new to VS2010 Database Project Deployment. So before, using this one, I usually create a deployment script using vbscript where all the database scripts are complied into one file. Using vbscript i can specify which data objects will come first. Normally, i run table scripts first, then user-defined function scripts, stored procedures, so on..

I want to know how I can control which data objects are to be executed first. Whats happening now when deploying the database project, the stored procedures are executed first before the user-defined functions. Those stored procedures are dependent on the user-defined functions.

Thanks!
Rinn

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文