SQL Server Integration Services tutorial for AdventureWorks > AdventureWorksDW export
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 loo开发者_如何转开发king 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.
That seems to be exactly what the first package on Codeplex does:
The AWDataWarehouseRefresh sample package illustrates how to create and populate user tables in the new AdvWorksDWX database, using data from the AdventureWorks database.
Have you tried running it?
I don't want to sound harsh, but you already have sample databases, sample code and a book on using SSIS so I'm not really sure why you're unable to get started. Have you read the book and installed, executed and understood a few sample packages? If not, I suggest that you give it a try, then come back and ask about specific problems you're having. Unfortunately it's hard to know what to suggest right now: this isn't a suitable forum for explaining basic concepts, but it is a great forum for answering specific questions.
精彩评论