使用 Visual Studio 2008 DBPro 将数据库从 Sql 2005 转换为 Sql Server 2008

发布于 2024-08-23 03:34:30 字数 233 浏览 9 评论 0原文

我有一个为 Sql 2005 创建的 DBPro 数据库项目。我尝试在不同的环境中使用 Sql 2008 构建它,但出现以下错误:
MSBUILD:构建错误 TSD158:遇到不支持的目标数据库版本。
我找不到太多关于这个错误的信息,而且我不清楚冲突是什么。我尝试将数据库项目中的 buildversion 元素从 9.0.21022.8 更改为 10.0.0.0,但这没有任何区别。我没主意了。有什么想法吗?

I have a DBPro database project that was created for Sql 2005. I am trying to build this on a different environment, with Sql 2008, and I am getting the following error:
MSBUILD : Build error TSD158: An unsupported target database version was encountered.
I couldn't find much on this error, and I am unclear what is the conflict. I have tried to change the buildversion element in the database project from 9.0.21022.8 to 10.0.0.0 but that didn't make any difference. I am out of ideas. Any thoughts?

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

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

发布评论

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

评论(1

甜中书 2024-08-30 03:34:30

要面向 SQL Server 2008,您不需要一些 GDR 更新吗?请参阅 http://blogs.msdn.com/gertd/archive/2008/11/25/visual-studio-team-system-2008-database-edition-gdr-rtm.aspx

另外,它可能更容易地获取您的数据库,在 SQL Server 2008 上恢复它(并让数据库升级数据库本身)。然后开始一个新项目,在其中吸收模式。但我仍然认为你需要东德才能做到这一点。

To target SQL Server 2008, don't you need some GDR update? See http://blogs.msdn.com/gertd/archive/2008/11/25/visual-studio-team-system-2008-database-edition-gdr-rtm.aspx

Also, it might be easier to take your database, restore it on SQL Server 2008 (and let the database upgrade the database itself). Then just start a new project where you suck down the schema. But I still think you'll need the GDR in order to do that.

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