dbTalk Databases Forums  

SSIS for normalization?

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


Discuss SSIS for normalization? in the microsoft.public.sqlserver.dts forum.



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

Default SSIS for normalization? - 03-08-2006 , 10:12 AM






I have denormalized source data that I want to use SSIS to normalize
and distribute to the propert destination tables. What is the proper
SSIS task that can do this? I don't think the Conditional Split would
work. Would the Multicast Transformation do the trick?


Reply With Quote
  #2  
Old   
Jamie Thomson
 
Posts: n/a

Default RE: SSIS for normalization? - 03-09-2006 , 03:49 PM






That's a very vague question. The best answer I can give is that yes, SSIS
will be able to do this. I don't know exactly what components you need though
because I don't have enough knowledge about the scenario. What I can be
pretty sure of is that there will be more than one way of achieving this and
those mthods may or may not include the MULTICAST or CONDITIONAL SPLIT.

You understand your requirement better than anyone so you are better placed
to answer your question. If you ask a more specific question then I'd be glad
to try and help out.

Note that MULTICAST and CONDITIONAL SPLIT are components, not tasks.

-Jamie


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

Quote:
I have denormalized source data that I want to use SSIS to normalize
and distribute to the propert destination tables. What is the proper
SSIS task that can do this? I don't think the Conditional Split would
work. Would the Multicast Transformation do the trick?



Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS for normalization? - 03-09-2006 , 04:13 PM



Hello imani_technology_spam (AT) yahoo (DOT) com,

The MULTICAST transform will simply replicate streams of your data with no
overhead. This may or may not work. Denormalised in what way? It could
be that a Script Component as a transform is what you want do maybe you have
something like this

http://www.sqlis.com/default.aspx?307

The thing is denormalised could mean a million things.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I have denormalized source data that I want to use SSIS to normalize
and distribute to the propert destination tables. What is the proper
SSIS task that can do this? I don't think the Conditional Split would
work. Would the Multicast Transformation do the trick?




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.