Category: data warehousing
-
Create my own data warehouse
I had the time to create a small example data warehouse. As sourcing system, I used the Northwind database. This is an example database that is provided by Microsoft. It is a really nice database: about 13 tables and tables loaded with 3- 2200 records. I created a set of extraction scripts on this. This…
-
Northwind database
Microsoft proposed the “Northwind Database” as an example data database. It is a very interesting database as it provides us with a database that allows us to exercise with new techniques. This was also the purpose of the Northwind database: to show implementations of Microsoft applications. It can also be used to test other applications,…