使用 SQL2008 与另一台机器上的 SQL2005 数据库交互会出现问题吗?

发布于 2024-07-25 10:49:12 字数 169 浏览 5 评论 0原文

我的本地计算机上安装了 SQL2008,需要从运行 SQL 2005 的远程服务器上的数据库中查看/更改/选择行和表。这样做会遇到任何问题吗? 我见过一些人谈论为某些事情设置兼容性,但这似乎只有在使用 SQL 2008 中不存在于 SQL 2005 中的新术语时才有效,这是正确的吗?

谢谢你的帮助。

I have SQL2008 installed on my local machine and need to view/alter/select rows and tables from a DB on a remote server running SQL 2005. Will I have any problems doing this. I have seen some people talk about setting compatibility for certain things, but this seems to only be when using new terms for SQL 2008 that don't exist in SQL 2005 is this correct?

Thanks for any help.

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

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

发布评论

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

评论(2

绾颜 2024-08-01 10:49:12

我假设您正在谈论使用 SSMS 2008 连接到 2005 数据库。 你应该不会有任何问题——事实上你会得到一些好处。 SSMS 2008 具有 SSMS 2005 版本中没有的搜索功能。 连接到 2005 数据库时,您不会获得智能感知,但 2008 年的大多数其他改进仍然有效。

我个人从 2005 年升级到 2008 SSMS 的 2 个最大原因是搜索功能,以及查看估计查询计划时缺少索引的建议。

I assume that you're talking about using SSMS 2008 to connect to 2005 databases. You shouldn't have any problems with this at all - and in fact you'll get some benefits. SSMS 2008 has search capabilities that weren't around in the SSMS 2005 version. You won't get the intellisense when connecting to 2005 databases, but most of the other improvements in 2008 will still work.

The 2 biggest reasons for me personally to upgrade to the 2008 SSMS from 2005 are the Search feature, and also the missing-index suggestions when viewing estimated query plans.

是你 2024-08-01 10:49:12

这将毫无问题地工作。 我的整个开发团队目前都是这样设置的。 您将失去一些功能(即智能感知),但除此之外,它会起作用。

This will work with no issues. My entire development team is setup this way currently. You will lose some features (i.e. intellisense) but other than that, it will work.

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