Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b182d57

Browse files
committed
formatting
1 parent b179f7a commit b182d57

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

docs/samples/adventureworks-install-configure.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ If you're not familiar using SQL Server Management Studio (SSMS), you can see [c
7575
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.
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:
79+
`C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
80+
3. Open SQL Server Management Studio (SSMS) and connect to your SQL Server in.
8081
4. Right-click **Databases** in **Object Explorer** > **Restore Database...** to launch the **Restore Database** wizard.
8182

8283
:::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
9495

9596
# [Azure Data Studio](#tab/data-studio)
9697

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
9899

99100
To restore your database in Azure Data Studio, follow these steps:
100101

101102
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:
104+
`C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
105+
1. Open Azure Data Studio Studio and connect to your SQL Server instance.
106+
1. Right-click on your server and select **Manage**.
105107

106108
:::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":::
107109

108-
5. Select **Restore**
110+
1. Select **Restore**
109111

110112
:::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":::
111113

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

120119
:::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":::
121120

@@ -175,5 +174,7 @@ Additional information about using the scripts can be found on [GitHub](https://
175174

176175
Once you've restored your sample database, using the following tutorials to get started with SQL Server:
177176

178-
[Tutorials for SQL Server Management Studio](../ssms/tutorials/tutorial-sql-server-management-studio.md)
177+
179178
[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

Comments
 (0)