SQL Server Integration Services (SSIS) contains a wizard that enables you to easily build packages to manage slowly changing dimensions (SCDs).
Nick Barclay has been reading my blog for a while now and decided that due to the lack of demo material here about the SCD Wizard he would go ahead and build his own. Nick has asked me if I could distribute it here which I am delighted to be able to do.
Its an excellent little demo that's very easy to run so I recommend that if you are unfamiliar with the SCD wizard or even slowly changing dimensions in general you should download this demo and have a play. The only change you will have to make to the package is the name of the server in the connection manager. The only pre-requisite is that you have the AdventureWorksDW database installed. Nick has provided 3 scripts that you need to run this (actually you only really need 2 of them) as well as instructions on which order to execute them and the package.
Here's a screenshot showing the pckage after the second execution. You can see that data is flowing down all 3 of the various outputs from the SCD component.
Download the zip file from here: http://blogs.conchango.com/jamiethomson/files/20050606MyTestSCD.zip
Thanks for this Nick!
-Jamie