sp_dbcmptlevel (Transact-SQL)
SQL Server 2012
Sets certain database behaviors to be compatible with the specified version of SQL Server.
Important
|
|---|
|
This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible. Use ALTER DATABASE Compatibility Level instead. |
For a description of compatibilities levels, see ALTER DATABASE Compatibility Level (Transact-SQL).
Important