使用 DTS 传输表具有多个所有者的数据库架构

发布于 2024-07-26 10:40:15 字数 167 浏览 3 评论 0原文

我有一个 SQL 2005 数据库架构,我想将其复制到 SQL 2000 服务器。 它包含具有多个所有者的表。 当我尝试创建 DTS 包来传输架构时,我遇到冲突,因为某些表具有相同的名称(但所有者不同)。 看起来它正在尝试使所有表都归 dbo 所有。

有没有办法保留目标服务器上的所有权?

I have a database schema in SQL 2005 that I want to copy to a SQL 2000 server. It contains tables that have multiple owners. When I try to create a DTS package to transfer the schema I get conflicts because some of the tables have the same name (but different owners). It looks like it is trying to make all the tables to be owned by dbo.

Is there a way to preserve the ownership on the destination server?

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

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

发布评论

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

评论(1

不离久伴 2024-08-02 10:40:16

似乎没有办法通过 DTS 来做到这一点,所以我最终编写了数据库脚本并从该脚本重新创建它。

It seems like there is no way to do this via DTS so I ended up scripting the database and recreating it from that script.

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