使用团队构建时,如何使用 DB Pro for .net 和 SQl Server 获取变更集 SQL 查询?

发布于 2024-09-05 09:29:19 字数 345 浏览 4 评论 0 原文

我正在通过 Team Build (TFS 2008) 进行构建自动化。我们在 Web 项目中使用 DB Pro。

我想使用 MSBuild Script 自动获取 数据库变更集SQL 脚本(直到夜间构建为止)。该脚本必须与 Web 应用程序二进制文件和页面一起捆绑在 zip 文件中。

如何以 SQL 脚本的形式自动生成数据库更改集(自上次更改集以来发生的表和数据的更改),该脚本可以在任何 SQL Server 数据库(至少 SQL Sever 2000 或 2005)上执行)。

请帮忙。

谢谢。

I am working on Build Automation via Team Build (TFS 2008). We are using DB Pro with our Web project.

I want to get the SQL script for database change-set ,(that has occurred till the nightly build), automatically using MSBuild Script . This script has to bundled in a zip file along with Web Application binaries and pages.

How can i automatically generate Database change-set(changes of tables and data that occurred since last change-set) in the form of a SQL script that can be executed any SQL Server database(SQL Sever 2000 or 2005 at the minimum).

kindly help.

Thanks.

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

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

发布评论

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

评论(1

神经暖 2024-09-12 09:29:19

最简单的方法是在指定的数据库上自动进行数据库部署,然后将创建的脚本复制到您的包中(如果您使用的是 VS 2008 DB Pro Edition)

The easiest way is to automate db deployment on specified database, and after that copy the created script to your package (if you're using VS 2008 DB Pro Edition)

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