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
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,9 @@ If you're not familiar using SQL Server Management Studio (SSMS), you can see [c
75
75
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
-
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 `C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
79
-
3. Open SQL Server Management Studio (SSMS) and connect to your SQL Server.
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.
80
81
4. Right-click **Databases** in **Object Explorer** > **Restore Database...** to launch the **Restore Database** wizard.
81
82
82
83
:::image type="content" source="media/adventureworks-install-configure/restore-db-ssms.png" alt-text="Choose to restore your database by right-clicking databases in Object Explorer and then selecting Restore Database":::
@@ -94,28 +95,26 @@ For more information on restoring a SQL Server database, see [Restore a database
94
95
95
96
# [Azure Data Studio](#tab/data-studio)
96
97
97
-
If you're not familiar using[Azure Data Studio Studio](../azure-data-studio/download-azure-data-studio.md), you can see [connect & query](../azure-data-studio/quickstart-sql-server.md) to get started
98
+
If you're not familiar using[Azure Data Studio Studio](../azure-data-studio/download-azure-data-studio.md), you can see [connect & query](../azure-data-studio/quickstart-sql-server.md) to get started
98
99
99
100
To restore your database in Azure Data Studio, follow these steps:
100
101
101
102
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
102
-
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 `C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
103
-
3. Open Azure Data Studio Studio and connect to your SQL Server.
104
-
4. Right-click on your server and select **Manage**.
103
+
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
+
1. Right-click on your server and select **Manage**.
105
107
106
108
:::image type="content" source="media/adventureworks-install-configure/ads-manage.png" alt-text="Choose to restore your database by right-clicking databases in Object Explorer and then selecting Restore Database":::
107
109
108
-
5. Select **Restore**
110
+
1. Select **Restore**
109
111
110
112
:::image type="content" source="media/adventureworks-install-configure/ads-restore.png" alt-text="Choose to restore your database by right-clicking databases in Object Explorer and then selecting Restore Database":::
111
113
112
-
6. While in the **General** tab, fill in the values listed under **Source**.
113
-
a. Under **Restore from**, select *Backup file*.
114
-
b. Under **Backup file path**, select the location you stored the .bak file - `C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
115
-
c. Under **Database**, the database name should auto-populate.
116
-
7. Under **Destination**, the **Target database** field and the **Restore to** field should auto-populate.
117
-
8. Under **Restore Plan**, the database should auto-populate.
118
-
9. Then select **Restore**
114
+
1. On the **General** tab, fill in the values listed under **Source**.
115
+
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**.
117
+
1. Select **Restore** to restore your database.
119
118
120
119
:::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":::
121
120
@@ -175,5 +174,7 @@ Additional information about using the scripts can be found on [GitHub](https://
175
174
176
175
Once you've restored your sample database, using the following tutorials to get started with SQL Server:
177
176
178
-
[Tutorials for SQL Server Management Studio](../ssms/tutorials/tutorial-sql-server-management-studio.md)
177
+
179
178
[Tutorials for SQL Server database engine](../relational-databases/database-engine-tutorials.md)
179
+
[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)
0 commit comments