Overview
Step 1: Generate a new Docusaurus site
If you haven't already, generate a new Docusaurus site using the classic template:
npx @docusaurus/init@latest init my-website classic
| Cumulative update name | SQL Server build version | SQL Server (sqlservr.exe) file version | Analysis Services build version | Analysis Services (msmdsrv.exe) file version | Knowledge Base number | Release date |
|---|---|---|---|---|---|---|
| CU23 (Latest) | 16.0.4236.2 | 2022.160.4236.2 | 16.0.43.252 | 2022.160.43.252 | KB5078297 | January 29, 2026 |
| CU22 | 16.0.4225.2 | 2022.160.4225.2 | 16.0.43.252 | 2022.160.43.252 | KB5068450 | November 13, 2025 |
| CU21 | 16.0.4215.2 | 2022.160.4215.2 | 16.0.43.247 | 2022.160.43.247 | KB5065865 | September 11, 2025 |
| CU20 | 16.0.4205.1 | 2022.160.4205.1 | 16.0.43.247 | 2022.160.43.247 | KB5059390 | July 10, 2025 |
| CU19 | 16.0.4195.2 | 2022.160.4195.2 | 16.0.43.244 | 2022.160.43.244 | KB5054531 | May 15, 2025 |
| CU18 | 16.0.4185.3 | 2022.160.4185.3 | 16.0.43.242 | 2022.160.43.242 | KB5050771 | March 13, 2025 |
| CU17 | 16.0.4175.1 | 2022.160.4175.1 | 16.0.43.239 | 2022.160.43.239 | KB5048038 | January 16, 2025 |
| CU16 | 16.0.4165.4 | 2022.160.4165.4 | 16.0.43.239 | 2022.160.43.239 | KB5048033 | November 14, 2024 |
| CU15 | 16.0.4145.4 | 2022.160.4145.4 | 16.0.43.233 | 2022.160.43.233 | KB5041321 | September 25, 2024 |
| CU14 | 16.0.4135.4 | 2022.160.4135.4 | 16.0.43.233 | 2022.160.43.233 | KB5038325 | July 23, 2024 |
| CU13 | 16.0.4125.3 | 2022.160.4125.3 | 16.0.43.233 | 2022.160.43.233 | KB5036432 | May 16, 2024 |
| CU12 | 16.0.4115.5 | 2022.160.4115.5 | 16.0.43.229 | 2022.160.43.229 | KB5033663 | March 14, 2024 |
| CU11 | 16.0.4105.2 | 2022.160.4105.2 | 16.0.43.222 | 2022.160.43.222 | KB5032679 | January 11, 2024 |
| CU10 | 16.0.4095.4 | 2022.160.4095.4 | 16.0.43.222 | 2022.160.43.222 | KB5031778 | November 16, 2023 |
| CU9 | 16.0.4085.2 | 2022.160.4085.2 | 16.0.43.222 | 2022.160.43.222 | KB5030731 | October 12, 2023 |
| CU8 | 16.0.4075.1 | 2022.160.4075.1 | 16.0.43.221 | 2022.160.43.221 | KB5029666 | September 14, 2023 |
| CU7 | 16.0.4065.3 | 2022.160.4065.3 | 16.0.43.221 | 2022.160.43.221 | KB5028743 | August 10, 2023 |
| CU6 | 16.0.4055.4 | 2022.160.4055.4 | 16.0.43.219 | 2022.160.43.219 | KB5027505 | July 13, 2023 |
| CU5 | 16.0.4045.3 | 2022.160.4045.3 | 16.0.43.218 | 2022.160.43.218 | KB5026806 | June 15, 2023 |
| CU4 | 16.0.4035.4 | 2022.160.4035.4 | 16.0.43.211 | 2022.160.43.211 | KB5026717 | May 11, 2023 |
| CU3 | 16.0.4025.1 | 2022.160.4025.1 | 16.0.43.211 | 2022.160.43.211 | KB5024396 | April 13, 2023 |
| CU2 | 16.0.4015.1 | 2022.160.4015.1 | 16.0.43.208 | 2022.160.43.208 | KB5023127 | March 15, 2023 |
| CU1 | 16.0.4003.1 | 2022.160.4003.1 | 16.0.43.208 | 2022.160.43.208 | KB5022375 | February 16, 2023 |
| RTM | 16.0.1000.6 | 2022.160.1000.6 | 16.0.42.209 | 2022.160.42.209 | SQL Server 2022 release notes | November 16, 2022 |
If you haven't already, generate a new Docusaurus site using the classic template:
npx @docusaurus/init@latest init my-website classic
If you haven't already, generate a new Docusaurus site using the classic template:
npx @docusaurus/init@latest init my-website classic
If you haven't already, generate a new Docusaurus site using the classic template:
npx @docusaurus/init@latest init my-website classic
Step 2: Start your Docusaurus site
Run the development server in the newly created my-website folder:
cd my-website
npx docusaurus start
Open docs/getting-started.md and edit some lines. The site reloads automatically and display your changes.
Run the development server in the newly created my-website folder:
cd my-website
npx docusaurus start
Open docs/getting-started.md and edit some lines. The site reloads automatically and display your changes.
Run the development server in the newly created my-website folder:
cd my-website
npx docusaurus start
Open docs/getting-started.md and edit some lines. The site reloads automatically and display your changes.
That's it!
Congratulations! You've successfully run and modified your Docusaurus project.
