Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Multiple Source to Multiple Destination package Expand / Collapse
Author
Message
Posted Friday, September 21, 2012 2:19 PM
SSC Rookie

SSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC RookieSSC Rookie

Group: General Forum Members
Last Login: Friday, April 26, 2013 3:52 PM
Points: 42, Visits: 115
Hi Guys,

Thanks for advance,I have one requirement like multiple source to mutiple destination in same package.

Requirement description :

1. I am having database name (VLEDB3PRT1) mutiple tables like(User,group,Group access tables)

2. i wanted transfer the data other db server (VLEDB8PRT1) same for of the source with keys

we are right now using every table have separt packages,Please let me know how to combine all together.

Thanks

Post #1362977
Posted Friday, September 21, 2012 3:55 PM


SSCertifiable

SSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiableSSCertifiable

Group: General Forum Members
Last Login: Today @ 12:39 PM
Points: 6,722, Visits: 11,765
You can have a single Data Flow copy multiple tables.



__________________________________________________________________________________________________
There are no special teachers of virtue, because virtue is taught by the whole community. --Plato

Believe you can and you're halfway there. --Theodore Roosevelt

Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein

The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein

1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy


  Post Attachments 
DataFlowMultipleCopies.jpg (53 views, 16.68 KB)
Post #1363023
Posted Sunday, September 23, 2012 8:12 PM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Today @ 10:02 AM
Points: 1,106, Visits: 2,115
The standard SSIS Data Flow Task requires statically defined metadata and therefore requires setup of separate data flow for each source -> destination combination. If you can use third-party solutions check the commercial COZYROC Data Flow Task Plus. It is an extension of the standard Data Flow Task and supports dynamic metadata at runtime. No programming skills are required. You can implement the processing of all your sources and destination with only one Data Flow Task Plus running inside For Each Loop container.

---
SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Post #1363318
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse