Skip to content

Commit fc89a9c

Browse files
authored
Minor refresh (#36871)
1 parent 2db4b6e commit fc89a9c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/samples/adventureworks-install-configure.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Follow these instructions to download and install AdventureWorks sa
44
author: MashaMSFT
55
ms.author: mathoma
66
ms.reviewer: randolphwest
7-
ms.date: 01/28/2026
7+
ms.date: 03/16/2026
88
ms.service: sql
99
ms.subservice: samples
1010
ms.topic: concept-article
@@ -95,6 +95,7 @@ To restore [!INCLUDE [sssampledbobject-md](../includes/sssampledbobject-md.md)]
9595
```sql
9696
USE [master];
9797
GO
98+
9899
RESTORE DATABASE [AdventureWorks2025]
99100
FROM DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL17.MSSQLSERVER\MSSQL\Backup\AdventureWorks2025.bak'
100101
WITH
@@ -109,6 +110,7 @@ To restore [!INCLUDE [sssampledbobject-md](../includes/sssampledbobject-md.md)]
109110
```sql
110111
USE [master];
111112
GO
113+
112114
RESTORE DATABASE [AdventureWorks2025]
113115
FROM DISK = '/var/opt/mssql/backup/AdventureWorks2025.bak'
114116
WITH
@@ -153,13 +155,13 @@ Follow these steps to deploy a new sample `AdventureWorksLT` database in Azure S
153155

154156
### Deploy a database from SQL Server
155157

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.
157159

158160
To deploy a sample database from [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] to SQL Database, follow these steps:
159161

160162
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**.
163165

164166
:::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.":::
165167

0 commit comments

Comments
 (0)