Skip to content

Commit 1ab12ea

Browse files
authored
Merge pull request #34782 from rwestMSFT/rw-0724-fix-10145
Address compatibility levels (includes PR 10145)
2 parents e080728 + 50c2e3e commit 1ab12ea

File tree

5 files changed

+159
-135
lines changed

5 files changed

+159
-135
lines changed

docs/includes/compatibility-levels.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
author: rwestMSFT
3+
ms.author: randolphwest
4+
ms.date: 07/24/2025
5+
ms.service: sql
6+
ms.topic: include
7+
---
8+
| Product | Database Engine version | Default compatibility level designation | Supported compatibility level values |
9+
| --- | --- | --- | --- |
10+
| [!INCLUDE [ssazure-sqldb](ssazure-sqldb.md)] | 17 | 170 | 170, 160, 150, 140, 130, 120, 110, 100 |
11+
| [!INCLUDE [ssazuremi-md](ssazuremi-md.md)] | 16 | 150 | 160, 150, 140, 130, 120, 110, 100 |
12+
| [!INCLUDE [sssql25-md](sssql25-md.md)] | 17 | 170 | 170, 160, 150, 140, 130, 120, 110, 100 |
13+
| [!INCLUDE [sssql22-md](sssql22-md.md)] | 16 | 160 | 160, 150, 140, 130, 120, 110, 100 |
14+
| [!INCLUDE [sssql19-md](sssql19-md.md)] | 15 | 150 | 150, 140, 130, 120, 110, 100 |
15+
| [!INCLUDE [sssql17-md](sssql17-md.md)] | 14 | 140 | 140, 130, 120, 110, 100 |
16+
| [!INCLUDE [sssql16-md](sssql16-md.md)] | 13 | 130 | 130, 120, 110, 100 |
17+
| [!INCLUDE [sssql14-md](sssql14-md.md)] | 12 | 120 | 120, 110, 100 |
18+
| [!INCLUDE [sssql11-md](sssql11-md.md)] | 11 | 110 | 110, 100, 90 |
19+
| [!INCLUDE [sql2008r2-md](sql2008r2-md.md)] | 10.5 | 100 | 100, 90, 80 |
20+
| [!INCLUDE [sql2008-md](sql2008-md.md)] | 10 | 100 | 100, 90, 80 |
21+
| [!INCLUDE [ssVersion2005](ssversion2005-md.md)] | 9 | 90 | 90, 80 |
22+
| [!INCLUDE [ssVersion2000](ssversion2000-md.md)] | 8 | 80 | 80 |
23+
24+
> [!IMPORTANT]
25+
> The database engine version numbers for [!INCLUDE [ssnoversion-md](ssnoversion-md.md)] and [!INCLUDE [ssazure-sqldb](ssazure-sqldb.md)] aren't comparable with each other, and rather are internal build numbers for these separate products. The database engine for [!INCLUDE [ssazure-sqldb](ssazure-sqldb.md)] is based on the same code base as the [!INCLUDE [ssdenoversion-md](ssdenoversion-md.md)]. Most importantly, the database engine in [!INCLUDE [ssazure-sqldb](ssazure-sqldb.md)] always has the newest SQL database engine bits. Version 12 of [!INCLUDE [ssazure-sqldb](ssazure-sqldb.md)] is newer than version 15 of [!INCLUDE [ssnoversion-md](ssnoversion-md.md)].

0 commit comments

Comments
 (0)