You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,8 @@ The objective of this project is to develop an easily accessible example data wa
13
13
1. Set up a new SQL Server instance to hold the five component databases
14
14
2. Run the following script to create the source Northwind database
15
15
* SQL\DDL\Source\instnwnd.sql
16
-
3. Create the Data Vault databases. You have two options:
17
-
They can be set up quickly by executing the SQL scripts in the following directory
16
+
3. Create the Data Vault databases. You have two options. The first of the following directories contains scripts to quickly create the databases and the second enables them to be created in a step-by-step fashion. The end result will be identical:
18
17
* SQL\DDL\Simple
19
-
Alternatively, they can be created in a step-by-step fashion by executing the scripts within
20
18
* SQL\DDL\Detailed
21
19
4. Conduct the one-off load of ghost records into the necessary raw Data Vault tables
0 commit comments