You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/samples/adventureworks-install-configure.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Follow these instructions to download and install AdventureWorks sa
4
4
author: MashaMSFT
5
5
ms.author: mathoma
6
6
ms.reviewer: randolphwest
7
-
ms.date: 01/28/2026
7
+
ms.date: 03/16/2026
8
8
ms.service: sql
9
9
ms.subservice: samples
10
10
ms.topic: concept-article
@@ -95,6 +95,7 @@ To restore [!INCLUDE [sssampledbobject-md](../includes/sssampledbobject-md.md)]
95
95
```sql
96
96
USE [master];
97
97
GO
98
+
98
99
RESTORE DATABASE [AdventureWorks2025]
99
100
FROM DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL17.MSSQLSERVER\MSSQL\Backup\AdventureWorks2025.bak'
100
101
WITH
@@ -109,6 +110,7 @@ To restore [!INCLUDE [sssampledbobject-md](../includes/sssampledbobject-md.md)]
109
110
```sql
110
111
USE [master];
111
112
GO
113
+
112
114
RESTORE DATABASE [AdventureWorks2025]
113
115
FROM DISK ='/var/opt/mssql/backup/AdventureWorks2025.bak'
114
116
WITH
@@ -153,13 +155,13 @@ Follow these steps to deploy a new sample `AdventureWorksLT` database in Azure S
153
155
154
156
### Deploy a database from SQL Server
155
157
156
-
SSMS allows you to deploy a database directly to SQL Database. This method doesn't currently provide data validation, so it's intended for development and testing and shouldn't be used for production.
158
+
SSMS allows you to deploy a database directly to Azure SQL Database. This method is intended for development and testing, so it doesn't currently provide data validation. Don't use this deployment method for production.
157
159
158
160
To deploy a sample database from [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] to SQL Database, follow these steps:
159
161
160
162
1. Connect to your [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] in SSMS.
161
-
1. If you haven't already done so, [restore the sample database to SQL Server](#restore-to-sql-server).
162
-
1. Right-click your restored database in **Object Explorer** and then select **Tasks** > **Deploy Database to Microsoft Azure SQL Database**.
163
+
1. If you didn't already, [restore the sample database to SQL Server](#restore-to-sql-server).
164
+
1. Right-click your restored database in **Object Explorer**, and then select **Tasks** > **Deploy Database to Microsoft Azure SQL Database**.
163
165
164
166
:::image type="content" source="media/adventureworks-install-configure/deploy-db-to-azure.png" alt-text="Screenshot that shows the menu steps for deploying a database to SQL Database.":::
0 commit comments