mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
readme updates
This commit is contained in:
@@ -56,7 +56,7 @@ The below steps reconstruct the WideWorldImportersDW database. To construct the
|
||||
|
||||
6. Execute the script **6-wwi-dw-enable-full-features.sql**. This script enables features not available in standard edition. Skip this step when creating the sample database targeting standard edition.
|
||||
|
||||
7. Execute the **WWI_Integration** SSIS package to perform the ETL to populate the database. For details see [link TBD].
|
||||
7. Execute the **WWI_Integration** SSIS package to perform the ETL to populate the database. For details see [wwi-integration-etl] (../wwi-integration-etl/).
|
||||
|
||||
8. Execute the script **8-wwi-dw-backup.sql**. This creates a backup of the database. Make sure to adjust the file path of the backup to match your folder structure. (A sample restore script **9-wwi-restore.sql** is also provided).
|
||||
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
# ETL Process for WideWorldImporters
|
||||
|
||||
This SSIS project performs ETL from the transactional database WideWorldImporters into the OLAP database WideWorldImportersDW for long-term storage and analytics.
|
||||
|
||||
### Contents
|
||||
|
||||
[About this sample](#about-this-sample)<br/>
|
||||
[Before you begin](#before-you-begin)<br/>
|
||||
[Running the sample](#run-this-sample)<br/>
|
||||
[Sample details](#sample-details)<br/>
|
||||
[Disclaimers](#disclaimers)<br/>
|
||||
[Related links](#related-links)<br/>
|
||||
|
||||
|
||||
<a name=about-this-sample></a>
|
||||
|
||||
## About this sample
|
||||
|
||||
<!-- Delete the ones that don't apply -->
|
||||
1. **Applies to:** SQL Server 2016 (or higher)
|
||||
1. **Key features:** Core database features
|
||||
1. **Workload:** ETL
|
||||
1. **Programming Language:**
|
||||
1. **Authors:** Greg Low, Jos de Bruijn
|
||||
1. **Update history:** 25 May 2016 - initial revision
|
||||
|
||||
<a name=before-you-begin></a>
|
||||
|
||||
## Before you begin
|
||||
|
||||
To run this sample, you need the following prerequisites.
|
||||
|
||||
**Software prerequisites:**
|
||||
|
||||
<!-- Examples -->
|
||||
1. SQL Server 2016 (or higher).
|
||||
2. SQL Server 2016 Integration Services.
|
||||
3. Visual Studio 2015.
|
||||
|
||||
<a name=run-this-sample></a>
|
||||
|
||||
## e
|
||||
|
||||
|
||||
|
||||
<a name=disclaimers></a>
|
||||
|
||||
## Disclaimers
|
||||
The code included in this sample is not intended to be used for production purposes.
|
||||
|
||||
<a name=related-links></a>
|
||||
|
||||
## Related Links
|
||||
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
|
||||
TBD
|
||||
For more information, see these articles:
|
||||
Reference in New Issue
Block a user