我可以将 SourceSafe / VSS 与 SQL Server 2005 集成吗?

发布于 2024-07-20 06:21:26 字数 113 浏览 6 评论 0原文

如何使用 VSS 管理 SQL 对象?

我可以将 SourceSafe / VSS 与 SQL Server 2005 集成吗?

我想要在我的 SQL 模式中进行版本控制。

How are the SQL objects managed with VSS?

Can I integrate SourceSafe / VSS with SQL Server 2005?

I want versioning in my SQL schemas.

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

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

发布评论

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

评论(3

北方。的韩爷 2024-07-27 06:21:26

除了 VSS 完全崩溃之外,如果您想将架构存储在源代码管理中,一种可能的方法是将每个数据库对象的对象创建脚本作为单独的文件存储在源代码管理中。 这样,您就可以轻松更新架构的各个部分。 因此,每个表、触发器、索引、过程等都有一个脚本。作为构建过程的一部分,可以将这些脚本合并到一个脚本中,以便于应用到目标数据库。

Aside from VSS being a total train wreck, if you want to store your schema in source control, one possible approach is to store the object creation script for each database object as a separate file in source control. That way, you can update individual parts of the schema easily. So you have a script for each table, trigger, index, procedure etc. As part of your build process these can be pulled together into a single script for ease of application to the target database.

眼泪也成诗 2024-07-27 06:21:26

利用 Red Gate 的 SQL Compare 等工具,您可以创建架构、每个文件的对象,然后使用 VSS 维护文件的状态。 我目前正在努力在我的组织中推动这一点。

Utilize tools like SQL Compare from Red Gate which will allow you to create schema, object per file, and then maintain the state of the files with VSS. I am currently trying to push that in my organization.

戏剧牡丹亭 2024-07-27 06:21:26

我们刚刚向 SQL 源代码管理添加了 Visual Source Safe 支持,提供集成到 SQL Server Management Studio 中的源代码控制。 目前处于抢先体验阶段,因此请注册抢先体验版本并告诉我们您的想法。

更多详细信息请参见此处:
http://www.red-gate.com/MessageBoard/viewtopic.php ?t=12265

We've just added Visual Source Safe support to SQL Source Control, providing source control integrated into SQL Server Management Studio. This is in early access at the moment so please sign up for the early access build and tell us what you think.

More detail is available here:
http://www.red-gate.com/MessageBoard/viewtopic.php?t=12265

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