Skip to content

Commit 6a75ad6

Browse files
committed
resolved formatting issue
1 parent f575018 commit 6a75ad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/databases/wide-world-importers/documentation/wwi-olap-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ Download the sample WideWorldImportersDW database backup/bacpac that corresponds
1414

1515
Source code to recreate the sample database is available from the following location. Note that data population is based on ETL from the OLTP database (WideWorldImporters):
1616

17-
[wide-world-importers](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers/wwi-dw-database-scripts)
17+
[wide-world-importers-source](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers/wwi-dw-database-scripts)
1818

1919
## Install
2020

2121

2222
### SQL Server
2323

2424
To restore a backup to a SQL Server instance, you can use Management Studio.
25+
2526
1. Open SQL Server Management Studio and connect to the target SQL Server instance.
2627
2. Right-click on the **Databases** node, and select **Restore Database**.
2728
3. Select **Device** and click on the button **...**
@@ -32,6 +33,7 @@ To restore a backup to a SQL Server instance, you can use Management Studio.
3233
### Azure SQL Database
3334

3435
To import a bacpac into a new SQL Database, you can use Management Studio.
36+
3537
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.
3638
- See [this tutorial](https://azure.microsoft.com/documentation/articles/sql-database-get-started/) to create a database in minutes
3739
2. Open SQL Server Management Studio and connect to your server in Azure.

0 commit comments

Comments
 (0)