What is the compatibility level for SQL Server 2019?

150
Introduction

SQL Server Version Native Compatibility Level
SQL Server 2014 120
SQL Server 2016 130
SQL Server 2017 140
SQL Server 2019 150

What is SQL Server compatibility level 100?

If the compatibility level of a user database was 90 before upgrade, in the upgraded database, the compatibility level is set to 100, which is the lowest supported compatibility level in SQL Server 2017 (14. The master system database retains the compatibility level it had before upgrade.

How do I know my compatibility level?

How Can I Find My Database’s Compatibility Level?

  1. SELECT name, compatibility_level.
  2. FROM sys. databases.
  3. WHERE name = ‘YourDatabaseName’;
  4. SELECT name, compatibility_level.
  5. FROM sys. databases;

How do I change the compatibility level of a database?

The best practice to change the compatibility level of the database is in following three steps.

  1. Set the database to single user access mode by using. ALTER DATABASE SET SINGLE_USER.
  2. Change the compatibility level of the database.
  3. Put the database in multiuser access mode by using.

What is the use of compatibility level in SQL Server?

A compatibility level is associated with each database. It allows the behaviour of the database to be compatible with the specific version of SQL Server it is running on.

Is MS SQL 2014 still supported?

Each version of SQL Server usually has both an end of support date and an end of extended support date….SQL Server EOL Overview.

OS Version End of Mainstream Support End of Extended Support
SQL Server 2014 (SP3) July 9, 2019 July 9, 2024