Hello Gurus,
I am stuck up designing the best approach for creating a SQL Server 2008r2 warehouse from an already existing oracle image and need your expert inputs to help me arrive at a solution.
We are to create Type 2 history data (using SCD) of an existing oracle database to a fresh SQL Server instance. The source contains approximately 300 tables to load. There will be hardly any transformations required apart from SCD and some datatype conversions.
From a maintainability point of view what is the best way to achive this.. Should we create 300 data flow tasks in a single package? Is something dynamic possible i.e. create a custom component and iterate it for each table getting the table metadata through some c# code? I am just speculating the latter as my c sharp skills are limited and I dont wish to go that way..