使用 Sql Management Studio 2008 连接到 Sql Server CE 4.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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