Skip to content

Commit 69b987d

Browse files
committed
formatting
1 parent b182d57 commit 69b987d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/samples/adventureworks-install-configure.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ To restore your database in SQL Server Management Studio, follow these steps:
7676

7777
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
7878
2. Move the `.bak` file to your SQL Server backup location. This varies depending on your installation location, instance name and version of SQL Server. The default location for a default instance of SQL Server 2019 is:
79+
7980
`C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
81+
8082
3. Open SQL Server Management Studio (SSMS) and connect to your SQL Server in.
8183
4. Right-click **Databases** in **Object Explorer** > **Restore Database...** to launch the **Restore Database** wizard.
8284

@@ -101,7 +103,9 @@ To restore your database in Azure Data Studio, follow these steps:
101103

102104
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
103105
1. Move the `.bak` file to your SQL Server backup location. This varies depending on your installation location, instance name and version of SQL Server. The default location for a default instance of SQL Server 2019 is:
106+
104107
`C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
108+
105109
1. Open Azure Data Studio Studio and connect to your SQL Server instance.
106110
1. Right-click on your server and select **Manage**.
107111

@@ -113,7 +117,7 @@ To restore your database in Azure Data Studio, follow these steps:
113117

114118
1. On the **General** tab, fill in the values listed under **Source**.
115119
1. Under **Restore from**, select *Backup file*.
116-
1. Under **Backup file path**, select the location you stored the .bak file - `C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`. This auto-populates the rest of the fields such as **Database**, **Target database** and **Restore to**.
120+
1. Under **Backup file path**, select the location you stored the .bak file. This auto-populates the rest of the fields such as **Database**, **Target database** and **Restore to**.
117121
1. Select **Restore** to restore your database.
118122

119123
:::image type="content" source="media/adventureworks-install-configure/ads-sql-server-2019-adw-database-sample.png" alt-text="Choose to restore your database by right-clicking databases in Object Explorer and then selecting Restore Database":::
@@ -175,6 +179,6 @@ Additional information about using the scripts can be found on [GitHub](https://
175179
Once you've restored your sample database, using the following tutorials to get started with SQL Server:
176180

177181

178-
[Tutorials for SQL Server database engine](../relational-databases/database-engine-tutorials.md)
182+
[Tutorials for SQL Server database engine](../relational-databases/database-engine-tutorials.md)
179183
[Connect and query with SQL Server Management Studio (SSMS)](../ssms/tutorials/connect-query-sql-server.md)
180-
[Connect and query with Azure Data Studio](../ssms/tutorials/connect-query-sql-server.md)
184+
[Connect and query with Azure Data Studio](../ssms/tutorials/connect-query-sql-server.md)

0 commit comments

Comments
 (0)