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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,9 @@ To restore your database in SQL Server Management Studio, follow these steps:
76
76
77
77
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
78
78
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:
3. Open SQL Server Management Studio (SSMS) and connect to your SQL Server in.
81
83
4. Right-click **Databases** in **Object Explorer** > **Restore Database...** to launch the **Restore Database** wizard.
82
84
@@ -101,7 +103,9 @@ To restore your database in Azure Data Studio, follow these steps:
101
103
102
104
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
103
105
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:
1. Open Azure Data Studio Studio and connect to your SQL Server instance.
106
110
1. Right-click on your server and select **Manage**.
107
111
@@ -113,7 +117,7 @@ To restore your database in Azure Data Studio, follow these steps:
113
117
114
118
1. On the **General** tab, fill in the values listed under **Source**.
115
119
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**.
117
121
1. Select **Restore** to restore your database.
118
122
119
123
:::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://
175
179
Once you've restored your sample database, using the following tutorials to get started with SQL Server:
176
180
177
181
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)
179
183
[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