|
|
-
|
|
SQL Server 2012 (Denali) discontinued support for `COMPUTE` and `COMPUTE BY`. Any queries currently using `COMPUTE` or `COMPUTE BY` may be rewritten using the `ROLLUP` command. ...
|
|
-
|
|
RAISERROR in the format `RAISERROR integer 'string'` is discontinued in SQL Server 2012 (Denali). Recommended alternate is to rewrite the statement using the `RAISERROR(…)` syntax....
|
|
-
|
|
SQL Server 2012 (Denali) discontinued support for query hint `FASTFIRSTROW`. The recommended alternate option is `OPTION (FAST n)`....
|
|
-
|
|
SQL Server 2012 Denali does not support SQL Server Distributed Management Objects (SQL-DMO) any more. SQL Server Management Objects (SMO) is the recommended alternative....
|
|
-
|
|
SQL Server 2012 (Denali) does not support `DATABASEPROPERTY()` function any more. The recommended alternative is `DATABASEPROPERTYEX()`...
|
|
-
|
|
32-bit Address Windowing Extensions (AWE) and 32-bit Hot Add memory support are discontinued on SQL Server 2012 (Denali). Books Online suggests to upgrade to a 64 bit computer :-)...
|
|
-
|
|
SQL Server 2012 (Denali) discontinued support for SQL Mail. Database Mail feature is the suggested alternative to send emails from SQL Server. ...
|
|
-
|
|
SQL Server 2012 Denali discontinued support for WITH APPEND clause on triggers. Suggested alternative is to recreate the whole trigger. ...
|
|
-
|
|
SQL Server 2012 Denali does not support VIA protocol any more. Books Online suggests to use TCP instead of VIA protocol....
|
|
-
|
|
The following configuration options are discontinued from SQL Server 2012 (Denali).
1. `sp_configure 'user instance timeout'`
2. `sp_configure 'user instances enabled'`...
|
|