adding Azure SQL DB sections to docs

This commit is contained in:
Jos de Bruijn
2017-06-21 13:48:24 -07:00
parent fe119e8d66
commit 4584b3c08f
2 changed files with 17 additions and 2 deletions
@@ -62,9 +62,17 @@ The below steps reconstruct the WideWorldImportersDW database. To populate the d
4. Execute the SQL Server Integration Services package **Daily ETL** once, to seed the WideWorldImportersDW database based on the contents of the WideWorldImporters database. For instructions on how to install and run this package see [wwi-ssis] (../wwi-ssis/).
### Publishing to Azure SQL Database
TBD
To publish the database to Azure SQL Database, complete the following steps after Step 1 in the previous section:
A. Update the partition scheme `Storage\PS_Date.sql` as follows: replace every occurrence of `USERDATA` with `PRIMARY`.
B. Delete the filegroups `Storage\USERDATA.sql` and `Storage\WWI_MemoryOptimized_Date.sql`.
C. Right-click the project **WideWorldImportersDW** and select **Properties** to open the properties pane.
D. Change the **Target Platform** to **Microsoft Azure SQL Database v12**, and press **Ctrl-S** to save.
Continue with Step 2 above.
<a name=disclaimers></a>
@@ -83,7 +83,14 @@ You can configure the amount of data produced by modifying the number of orders
### Publishing to Azure SQL Database
TBD
To publish the database to Azure SQL Database, complete the following steps after Step 1 in the previous section:
A. Update the partition schemes `Storage\PS_TransactionDate.sql` and `Storage\PS_TransactionDateTime.sql` as follows: replace every occurrence of `USERDATA` with `PRIMARY`.
B. Delete the filegroups `Storage\USERDATA.sql` and `Storage\WWI_MemoryOptimized_Date.sql`.
C. Right-click the project **WideWorldImporters** and select **Properties** to open the properties pane.
D. Change the **Target Platform** to **Microsoft Azure SQL Database v12**, and press **Ctrl-S** to save.
Continue with Step 2 above.
<a name=disclaimers></a>