SQL Server 2016 over 2008 R2 不支持什么

What is not supported in SQL Server 2016 over 2008 R2

我想将 SQL Server 从 2008 R2 升级到 2016。SQL Server 2008 R2 上是否存在 SQL Server 2016 不再支持的查询?

比如我发现RAISERROR 50001 'xxx'格式的RAISERROR函数不能用了,必须使用RAISERROR ('xxx', 16.1).

格式

为了更好地了解可能的结构和代码更改,您应该 运行 Data Migration Assistant first. This will detect code compatibility issues and suggest performance and reliability improvements for your target environment. But for your overall upgrade project I would recommend following the extensive walkthrough from https://www.itprotoday.com/sql-server/upgrading-sql-server-2016-part-one