dbTalk Databases Forums  

One Data Conversion, Many Destinations

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss One Data Conversion, Many Destinations in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
imani_technology_spam@yahoo.com
 
Posts: n/a

Default One Data Conversion, Many Destinations - 01-07-2010 , 02:55 PM






Is there a way, in SSIS 2005, to have one data conversion
transformation connect to multiple SQL Server destination objects? It
isn't working for me.

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: One Data Conversion, Many Destinations - 01-08-2010 , 07:57 AM






All the standard 'Transforms' in SSIS 2005 (and 2008) have only one pipeline
output except one, the Multi-Cast. It basicaly makes as many copies of the
pipeline as you need so you can send them to different destinations.

HTH
--
Todd C
MCTS SQL Server 2005


"imani_technology_spam (AT) yahoo (DOT) com" wrote:

Quote:
Is there a way, in SSIS 2005, to have one data conversion
transformation connect to multiple SQL Server destination objects? It
isn't working for me.
.

Reply With Quote
  #3  
Old   
Todd C
 
Posts: n/a

Default RE: One Data Conversion, Many Destinations - 01-11-2010 , 07:49 AM



Addendum: Forgot about the Conditional Split transform, which breaks the
original data flow into sub-sets of data, but does NOT make copies of any
data.

The original answer stands: use a Multi-Cast.
--
Todd C
MCTS SQL Server 2005


"Todd C" wrote:

Quote:
All the standard 'Transforms' in SSIS 2005 (and 2008) have only one pipeline
output except one, the Multi-Cast. It basicaly makes as many copies of the
pipeline as you need so you can send them to different destinations.

HTH
--
Todd C
MCTS SQL Server 2005


"imani_technology_spam (AT) yahoo (DOT) com" wrote:

Is there a way, in SSIS 2005, to have one data conversion
transformation connect to multiple SQL Server destination objects? It
isn't working for me.
.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.