仅连接到 SQL Server 2005 数据库时,SQL Management Studio 2008 有什么好处?
我们专门为我们使用的数据库运行 SQL Server 2005(我试图推动它们升级,但是唉!)。在使用 Management Studio 的客户端上,当仅连接到 SQL Server 2005 数据库时升级到 SSMS2008 有什么好处吗?我已经看到 Intellisense 不起作用,所以我很好奇如果值得这么麻烦的话。
We run SQL Server 2005 exclusively for databases that we use (I'm trying to push to get them upgraded, but alas!). On the client side with Management Studio, are there any benefits to upgrading to SSMS2008 when only connecting to SQL Server 2005 databases? I've seen that Intellisense won't work, so I'm curious if it's worth the hassle.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
是的,有很多改进
intellisense 对于开发人员来说绝对是一个很大的改进(不幸的是,Intellisense 只适用于 SQL Server 2008 数据库),但还有其他东西,如 T-SQL 调试器、活动监视器、对象资源管理器详细信息此外,多服务器查询以及为连接着色的能力(无论您是在开发、测试还是在产品系统)等等。
查看一些好的背景信息
Yes, there's quite a few improvements
intellisense is definitely a big one for developers(Intellisense only works against SQL Server 2008 databases, unfortunately), but there are also other things like T-SQL Debugger, Activity Monitor, the Object Explorer DetailsAlso, multi-server queries, and the ability to color the connections (get a visual clue whether you're on dev, test or prod system) and a lot more.
See some good background info here at Simple-Talk.
这取决于你。我最喜欢的是搜索功能。请参阅链接< /a> 了解详细信息。
It is up to you. My favorite is search feature. See link for details.
自从 SQL 2005 发布以来,我一直在使用它,在它发布时将我的客户端工具升级到 2008,但仍然没有升级我们的服务器,我认为不值得升级,特别是如果您的计算机上没有迁移到 SQL 2008服务器很快。升级并没有真正的坏处,但是您需要熟悉一个稍微不同的工具,在我看来,它既不坏也不更好。
Having worked with SQL 2005 since it came out, upgraded my client tools to 2008 when it came out, and still not upgraded our server, I don't think it is worth upgrading, especially if you aren't moving to SQL 2008 on your server anytime soon. There is no real harm in upgrading, but you need to get familiar with a slightly different tool that IMO is neither worse nor better.
即使您连接到 SQL 2005 服务器,SQL2008 SSMS 有很多值得喜欢的地方:
在我们的环境中,我们混合使用 SQL 2000、2005 和 2008 服务器,因此我仍然使用 SQL 2005 SSMS 连接到所有三个服务器(新的“活动监视器”) “在 SQL2008 中,SSMS 不适用于 SQL 2000 服务器。)
There are a lot of things to like about SQL2008 SSMS, even if you are connecting to SQL 2005 servers:
In our environment, we have a mix of SQL 2000, 2005, and 2008 servers, so I still use SQL 2005 SSMS to connect to all three (The new "Activity Monitor" in SQL2008 SSMS doesn't work for SQL 2000 servers.)
我不想听起来像是站在一边,但是 Toad 4.6 规则! :-)
I don't want to sound like taking sides, but Toad 4.6 rulez! :-)