使用 Sql Management Studio 2008 连接到 Sql Server CE 4.0 时出现问题

发布于 2024-11-27 11:26:05 字数 241 浏览 2 评论 0原文

我需要设置和维护我的 MS Sql CE 4.0 数据库。我已经使用 Visual Studio 2010 创建了 4.0 DB(带有 .sdf 扩展名),但是当我尝试连接 Management Studio 2008 时,我收到此错误:

“不兼容的数据库版本”

这是不真实的,微软真的告诉我我不能使用 4.0管理工作室?

我不太喜欢编写所有内容的脚本...我需要将工作室用于开发目的。

有什么想法吗?

I need to set up and maintain my MS Sql CE 4.0 database. I have created the 4.0 DB (with the .sdf extension) using visual studio 2010 but when I try and connect with management studio 2008 I get this error:

'Incompatible Database Version'

This is unreal is microsoft really telling me I cant use 4.0 with a management studio?

I don't really much fancy scripting everything...I need to use the studio for dev purposes.

Any ideas?

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

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

发布评论

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

评论(1

傲鸠 2024-12-04 11:26:05

SSMS 2008 不支持版本 4.0,也永远不会支持。您可以将 VS 2010 SP1 与 SQL Server Compact 4.0 工具(可能与 http://sqlcetoolbox.codeplex.com 结合使用)或此处列出的工具之一结合使用:http://erikej.blogspot.com/2009/04/sql-compact-3rd- party-tools.html

SSMS 2008 does not support version 4.0, and never will. You can use VS 2010 SP1 with SQL Server Compact 4.0 tools (potentially in combination with htp://sqlcetoolbox.codeplex.com) or on of the tools listed here: http://erikej.blogspot.com/2009/04/sql-compact-3rd-party-tools.html

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