降级SQLServer CE数据库

发布于 2024-09-28 08:41:56 字数 195 浏览 1 评论 0原文

我有一个正在开发的 SQL Server CE 数据库,并且想要降级该版本,以便 2005 Management Studio 可以打开它。目前,我必须使用VS 2010来打开它,但这样使用确实很痛苦。

我知道我可以安装 2008 版本的 SSMS,但我使用的机器在所有安装过程中都存在严重问题。有些东西搞砸了,我不想重新镜像机器。所以2008年不是一个选择。

I have a SQL Server CE database I am developing with and would like to downgrade the version so that 2005 Management Studio will open it. Currently, I have to use VS 2010 to open it, but it is a real pain to use that way.

I know I could install the 2008 version of SSMS, but the machine I use has serious problems with all installs. There is something messed up and I don't want to reimage the machine. So 2008 is not an option.

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

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

发布评论

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

评论(1

天冷不及心凉 2024-10-05 08:41:56

我发现的唯一方法是获得一个将表转换为原始 sql 的工具。然后针对在早期 CE 版本中创建的空数据库使用此 sql。

The only way I have found is to get a tool to convert the tables into raw sql. Then use this sql against a empty DB created in a earlier CE version.

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