Skip to content

Commit 49ad32b

Browse files
committed
[SQL Server 2022] Refresh articles GA
Update per review
1 parent 884ef8e commit 49ad32b

8 files changed

Lines changed: 310 additions & 104 deletions

docs/database-engine/install-windows/install-sql-server.md

Lines changed: 74 additions & 80 deletions
Large diffs are not rendered by default.

docs/database-engine/install-windows/upgrade-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can upgrade instances of [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)],
2020

2121
Check out what's new in each version of the product:
2222

23-
- [SQL Server 2022 (Preview) Release Notes](../../sql-server/sql-server-2022-release-notes.md)
23+
- [SQL Server 2022 Release Notes](../../sql-server/sql-server-2022-release-notes.md)
2424
- [SQL Server 2019 Release Notes](../../sql-server/sql-server-2019-release-notes.md)
2525
- [SQL Server 2017 Release Notes](../../sql-server/sql-server-2017-release-notes.md)
2626
- [SQL Server 2016 Release Notes](../../sql-server/sql-server-2016-release-notes.md)
Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
title: "Microsoft SQL samples | Microsoft Docs"
2+
title: "Microsoft SQL samples"
33
description: View information about the WideWorldImporters and AdventureWorks sample databases, Azure samples and templates, and code samples for Microsoft SQL products.
4-
ms.date: "04/04/2018"
5-
ms.reviewer: ""
4+
author: MashaMSFT
5+
ms.author: mathoma
6+
ms.reviewer: randolphwest
7+
ms.date: 10/20/2022
68
ms.prod: sql
7-
ms.prod_service: sql
89
ms.technology: samples
910
ms.topic: conceptual
10-
author: MashaMSFT
11-
ms.author: mathoma
1211
---
1312
# SQL samples
1413

@@ -18,36 +17,29 @@ Locations of sample databases and code samples for Microsoft SQL products.
1817

1918
## SQL samples repository
2019

21-
Code samples for SQL products are in the [Microsoft SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository. Each sample includes a README file that explains how to run and use the sample. The main README for the samples repository explains how to contribute.
20+
Code samples for SQL products are in the [Microsoft SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository. Each sample includes a README file that explains how to run and use the sample. The main README for the samples repository explains how to contribute.
2221

2322
The samples and templates are all licensed under the MIT license. See the license.txt file in the root.
2423

2524
Email questions to: sqlserversamples@microsoft.com.
2625

27-
2826
## WideWorldImporters sample database
2927

30-
WideWorldImporters (WWI) is a sample database that showcases database design using current features, tools and design techniques. WideWorldImporters downloads include an OLTP and an OLAP database which are built to run on SQL Server 2016 and later.
31-
32-
The database downloads and samples are in the [SQL Server samples](https://github.com/Microsoft/sql-server-samples) GitHub repository.
28+
WideWorldImporters (WWI) is a sample database that showcases database design using current features, tools and design techniques. WideWorldImporters downloads include an OLTP and an OLAP database which are built to run on SQL Server 2016 and later.
3329

30+
The database downloads and samples are in the [SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository.
3431

35-
- [WideWorldImporters readme and samples](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers) on GitHub.
32+
- [WideWorldImporters readme and samples](https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers) on GitHub.
3633

3734
- [Tutorial: Load WideWorldImportersDW to Azure Synapse Analytics](/azure/sql-data-warehouse/load-data-wideworldimportersdw)
3835

39-
4036
## AdventureWorks sample database
4137

42-
AdventureWorks databases can be found on the [installation](adventureworks-install-configure.md) page or directly within the [SQL Server samples](https://github.com/Microsoft/sql-server-samples) GitHub repository.
43-
38+
AdventureWorks databases can be found on the [installation](adventureworks-install-configure.md) page or directly within the [SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository.
4439

4540
## Azure samples and templates
46-
There are a number of Microsoft Azure code samples and examples available on Github in .NET, Java, Python, Node.js, PHP and Ruby. Additionally, Azure Resource Manager allows you to provision your applications using a declarative template. In a single template, you can deploy multiple services along with their dependencies. You use the same template to repeatedly deploy your application during every stage of the application lifecycle.
41+
42+
There are several Azure code samples and examples available on GitHub in .NET, Java, Python, Node.js, PHP and Ruby. Additionally, Azure Resource Manager allows you to provision your applications using a declarative template. In a single template, you can deploy multiple services along with their dependencies. You use the same template to repeatedly deploy your application during every stage of the application lifecycle.
4743

4844
- [Azure samples](https://github.com/Azure-Samples)
4945
- [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/)
50-
51-
52-
53-

docs/sql-server/end-of-support/sql-server-end-of-support-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,20 @@ What's new in:
7777
- [SQL Server 2016](../what-s-new-in-sql-server-2016.md)
7878
- [SQL Server 2017](../what-s-new-in-sql-server-2017.md)
7979
- [SQL Server 2019](../what-s-new-in-sql-server-2019.md)
80+
- [SQL Server 2022](../what-s-new-in-sql-server-2022.md)
8081

8182
Hardware requirements:
8283

8384
- [SQL Server 2017 and prior](../install/hardware-and-software-requirements-for-installing-sql-server.md)
8485
- [SQL Server 2019](../install/hardware-and-software-requirements-for-installing-sql-server-2019.md)
86+
- [SQL Server 2022](../install/hardware-and-software-requirements-for-installing-sql-server-2022.md)
8587

8688
Supported version and edition upgrades:
8789

8890
- [SQL Server 2016](../../database-engine/install-windows/supported-version-and-edition-upgrades.md?view=sql-server-2016&preserve-view=true)
8991
- [SQL Server 2017](../../database-engine/install-windows/supported-version-and-edition-upgrades-2017.md)
9092
- [SQL Server 2019](../../database-engine/install-windows/supported-version-and-edition-upgrades-2019.md)
93+
- [SQL Server 2019](../../database-engine/install-windows/supported-version-and-edition-upgrades-2022.md)
9194

9295
Tools:
9396

0 commit comments

Comments
 (0)