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

Commit 7e3e07b

Browse files
committed
Links: SQL - samples
1 parent 12d1151 commit 7e3e07b

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

docs/samples/adventureworks-install-configure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can use the `.bak` file to restore your sample database to your SQL Server i
5757

5858
# [SQL Server Management Studio (SSMS)](#tab/ssms)
5959

60-
If you're not familiar using SQL Server Management Studio (SSMS), you can see [connect & query](../ssms/tutorials/connect-query-sql-server.md) to get started.
60+
If you're not familiar using SQL Server Management Studio (SSMS), you can see [connect & query](../ssms/quickstarts/connect-query-sql-server.md) to get started.
6161

6262
To restore your database in SQL Server Management Studio, follow these steps:
6363

@@ -188,5 +188,5 @@ Once you've restored your sample database, using the following tutorials to get
188188

189189

190190
[Tutorials for SQL Server database engine](../relational-databases/database-engine-tutorials.md)
191-
[Connect and query with SQL Server Management Studio (SSMS)](../ssms/tutorials/connect-query-sql-server.md)
192-
[Connect and query with Azure Data Studio](../ssms/tutorials/connect-query-sql-server.md)
191+
[Connect and query with SQL Server Management Studio (SSMS)](../ssms/quickstarts/connect-query-sql-server.md)
192+
[Connect and query with Azure Data Studio](../ssms/quickstarts/connect-query-sql-server.md)

docs/samples/wide-world-importers-dw-install-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To restore a backup to a SQL Server instance, you can use Management Studio.
5050
To import a bacpac into a new SQL Database, you can use Management Studio.
5151

5252
1. (optional) If you do not yet have a SQL Server in Azure, navigate to the [Azure portal](https://portal.azure.com/) and create a new SQL Database. In the process of create a database, you will create a server. Make note of the server.
53-
- See [this tutorial](https://azure.microsoft.com/documentation/articles/sql-database-get-started/) to create a database in minutes
53+
- See [this tutorial](/azure/azure-sql/database/single-database-create-quickstart) to create a database in minutes
5454
2. Open SQL Server Management Studio and connect to your server in Azure.
5555
3. Right-click on the **Databases** node, and select **Import Data-Tier Application**.
5656
4. In the **Import Settings** select **Import from local disk** and select the bacpac of the sample database from your file system.
@@ -66,4 +66,4 @@ The sample database can make use of PolyBase to query files in Hadoop or Azure b
6666
1. In SQL Server Management Studio, connect to the WideWorldImportersDW database and open a new query window.
6767
2. Run the following T-SQL command to enable the use of PolyBase in the database:
6868

69-
EXECUTE [Application].[Configuration_ApplyPolyBase]
69+
EXECUTE [Application].[Configuration_ApplyPolyBase]

docs/samples/wide-world-importers-oltp-install-configure.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To restore a backup to a SQL Server instance, you can use Management Studio.
5151
To import a bacpac into a new SQL Database, you can use Management Studio.
5252

5353
1. (optional) If you do not yet have a SQL Server in Azure, navigate to the [Azure portal](https://portal.azure.com/) and create a new SQL Database. In the process of create a database, you will create a server. Make note of the server.
54-
- See [this tutorial](https://azure.microsoft.com/documentation/articles/sql-database-get-started/) to create a database in minutes
54+
- See [this tutorial](/azure/azure-sql/database/single-database-create-quickstart) to create a database in minutes
5555
2. Open SQL Server Management Studio and connect to your server in Azure.
5656
3. Right-click on the **Databases** node, and select **Import Data-Tier Application**.
5757
4. In the **Import Settings** select **Import from local disk** and select the bacpac of the sample database from your file system.
@@ -89,5 +89,4 @@ Row-Level Security is not enabled by default in the bacpac download of WideWorld
8989

9090
```sql
9191
EXECUTE [Application].[Configuration_ApplyRowLevelSecurity]
92-
```
93-
92+
```

0 commit comments

Comments
 (0)