dbTalk Databases Forums  

SIngle Record to Multiple records Transformation

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


Discuss SIngle Record to Multiple records Transformation in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Arun
 
Posts: n/a

Default SIngle Record to Multiple records Transformation - 12-09-2003 , 01:05 PM






Hi,

I am looking for exmaples or pointers to do single-to-multiple records
transformations in DTS. This is the scenario:

Source Table:
ID
Text - value1<separator>value2<separator>value3<separator >....
Example of 1 record:
1 A<break>B<break>

The Destination should have the following records:
1 A
1 B

Thank in Advance!




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

Default Re: SIngle Record to Multiple records Transformation - 12-09-2003 , 02:01 PM






Have a look at this article then

Processing The Same Row More Than Once
(http://www.sqldts.com/default.aspx?266)

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Arun" <aganesan (AT) esurance (DOT) com> wrote

Quote:
Hi,

I am looking for exmaples or pointers to do single-to-multiple records
transformations in DTS. This is the scenario:

Source Table:
ID
Text - value1<separator>value2<separator>value3<separator >....
Example of 1 record:
1 A<break>B<break

The Destination should have the following records:
1 A
1 B

Thank in Advance!






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.