Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Extract from multiple sources

Author  Topic 

vasu4us
Posting Yak Master

102 Posts

Posted - 2007-05-15 : 17:55:20
Hello Friends,
I need suggestion/help
I have to build a package using SSIS and the requirement is like this,
First I have to check the data source type(3 types for now)
then I have to select a query for each different source from a table (basically the connection string and query changes for each query)
and load the data into the dimension and fact tables.

I am not able to get the full picture of how I am going to achieve this, there is little complication to this one of the 3 sources has 15 servers from where i have to extract data
Hope I am clear enough

Appreciate any suggestions
Thank you

vasu4us
Posting Yak Master

102 Posts

Posted - 2007-05-16 : 18:04:04
I think i was trying to over engineer here. I have decided to break the process to sources and this is how i plan to do it now
package starts by 1.picking a variable (country) from a table
2.using the country name it should look into another table where it should obtain server name, database name, table name and query.
3. execute the query and insert the data into a table.

Is there a way to pass the values from a table as connection string in ssis connection manager/control flow tasks.
Go to Top of Page
   

- Advertisement -