Hello guys,
I'm getting started with building a Business Intelligence system using MS technologies. I don't have any experience with Integration Services or with Analysis Services, so the learning curve is pretty steep for me.
I have been looking for samples and tutorials and found some nice stuff such as:
- The
AdventureWorksDW
data warehouse, which will help me build my own data warehouse. - A nice BIDS (Business Intelligence Development Studio) sample project for putting analysis on the
AdventureWorksDW
. - Integration Services samples on http://msftisprodsamples.codeplex.com/
But what I'm actually looking for is a sample BIDS Integration Services project that exports changes from the main AdventureWorks DB
into the AdventureWorksDW DB
.
I don't seem to find such project in the samples..
Or is there any other tutorial/video available that contains a step-by-step walktrough on copying data to your warehouse?
I have the book "MS SQL Server 2008 Integration Services Unleashed" but I don't know how to get started.
Thank you.