diff --git a/samples/databases/wide-world-importers/wwi-dw-database-scripts/README.md b/samples/databases/wide-world-importers/wwi-dw-database-scripts/README.md
index c04a64c7..bc6c8562 100644
--- a/samples/databases/wide-world-importers/wwi-dw-database-scripts/README.md
+++ b/samples/databases/wide-world-importers/wwi-dw-database-scripts/README.md
@@ -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).
diff --git a/samples/databases/wide-world-importers/wwi-integration-etl/README.md b/samples/databases/wide-world-importers/wwi-integration-etl/README.md
new file mode 100644
index 00000000..b77b2115
--- /dev/null
+++ b/samples/databases/wide-world-importers/wwi-integration-etl/README.md
@@ -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)
+[Before you begin](#before-you-begin)
+[Running the sample](#run-this-sample)
+[Sample details](#sample-details)
+[Disclaimers](#disclaimers)
+[Related links](#related-links)
+
+
+
+
+## About this sample
+
+
+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
+
+
+
+## Before you begin
+
+To run this sample, you need the following prerequisites.
+
+**Software prerequisites:**
+
+
+1. SQL Server 2016 (or higher).
+2. SQL Server 2016 Integration Services.
+3. Visual Studio 2015.
+
+
+
+## e
+
+
+
+
+
+## Disclaimers
+The code included in this sample is not intended to be used for production purposes.
+
+
+
+## Related Links
+
+TBD
+For more information, see these articles: