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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ For more information about samples, see the [Samples GitHub repository](https://
20
20
21
21
## Prerequisites
22
22
23
-
-[SQL Server](https://www.microsoft.com/evalcenter/evaluate-sql-server-2019) or [Azure SQL Database](https://azure.microsoft.com/services/sql-database/).
24
-
-[SQL Server Management Studio](../ssms/download-sql-server-management-studio-ssms.md) or [Azure Data Studio](../azure-data-studio/download-azure-data-studio.md). or later.
23
+
-[SQL Server](https://www.microsoft.com/evalcenter/evaluate-sql-server-2019) or [Azure SQL Database](https://azure.microsoft.com/services/sql-database/)
24
+
-[SQL Server Management Studio](../ssms/download-sql-server-management-studio-ssms.md) or [Azure Data Studio](../azure-data-studio/download-azure-data-studio.md)
25
25
26
26
27
27
## Download .bak files
@@ -53,7 +53,7 @@ Additional files can be found directly on GitHub:
53
53
54
54
You can use the `.bak` file to restore your sample database to your SQL Server instance. You can do so using the [RESTORE (Transact-SQL)](../t-sql/statements/restore-statements-transact-sql.md) command, or using the graphical interface (GUI) in [SQL Server Management Studio](../ssms/download-sql-server-management-studio-ssms.md) or [Azure Data Studio](../azure-data-studio/download-azure-data-studio.md).
55
55
56
-
# [Transact-SQL (T-SQL](#tab/tsql)
56
+
# [Transact-SQL (T-SQL)](#tab/tsql)
57
57
58
58
You can restore your sample database using Transact-SQL (T-SQL). An example to restore AdventureWorks2019 is provided below, but the database name and installation file path may vary depending on your environment.
59
59
@@ -75,7 +75,7 @@ If you're not familiar using SQL Server Management Studio (SSMS), you can see [c
75
75
76
76
To restore your database in SQL Server Management Studio, follow these steps:
77
77
78
-
1. Download the appropriate `.bak` file from one of links provided in the [.bak download files](#download-bak-files) section.
78
+
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
79
79
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 `C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
80
80
1. Open SQL Server Management Studio (SSMS) and connect to your SQL Server.
81
81
1. Right-click **Databases** in **Object Explorer** > **Restore Database...** to launch the **Restore Database** wizard.
@@ -99,7 +99,7 @@ If you're not familiar using Azure Data Studio, you can see [connect & query](..
99
99
100
100
To restore your database in Azure Data Studio (SSMS), follow these steps:
101
101
102
-
1. Download the appropriate `.bak` file from one of links provided in the [.bak download files](#download-bak-files) section.
102
+
1. Download the appropriate `.bak` file from one of links provided in the [download .bak files](#download-bak-files) section.
103
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 `C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup`.
104
104
1. Open Azure Data Studio Studio (SSMS) and connect to your SQL Server.
105
105
1. Right-click **Databases** in **?????** > **Restore** to launch the **?????** wizard.
0 commit comments