SQL Server 2008 R2 中过时的 T-SQL 编程功能

发布于 2024-11-14 06:41:11 字数 280 浏览 10 评论 0原文

我们有很多用 SQL Server 2005 编写的存储过程。在数据库从 2005 年迁移到 2008 年之后,所有这些存储过程似乎都像以前一样正常工作。现在我们需要迁移到2008 R2。所以我的问题是:

与 2005 年相比,2008 R2 中是否有任何 T-SQL 编程功能已过时?

了解这一点对我们来说很重要,这样我们就可以相应地更新所有存储过程。

另外,就存储过程而言,从 2005 迁移到 2008 R2 是否还有其他影响?

我将不胜感激你的回答。

谢谢!

We have lots of stored procedures written in SQL Server 2005. After database migrated from 2005 to 2008 all of them seem to be functional as before. Now we need to migrate to 2008 R2. So the question I have is:

Is there any T-SQL programming features are obsolete in 2008 R2 comparing to 2005?

That's important for us to know so we can update all sprocs accordingly.

Also, is there any other implications for migrating from 2005 to 2008 R2 in terms of stored procedures?

I would appreciate your answer.

Thanks!

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

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

发布评论

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

评论(1

度的依靠╰つ 2024-11-21 06:41:11

Microsoft 将这种事情称为“重大更改”,并在每个 Sql Server 版本中发布一篇文章,涵盖所有已知的重大更改。 2008 R2 的文章在这里:
http://msdn.microsoft.com/en-us/library/ms143179.aspx

Microsoft calls this kind of thing a "Breaking Change", and publishes an article with each Sql Server release that covers all known breaking changes. The article for 2008 R2 is here:
http://msdn.microsoft.com/en-us/library/ms143179.aspx

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