dbTalk Databases Forums  

what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005

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


Discuss what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005 in the microsoft.public.sqlserver.dts forum.



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

Default what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005 - 03-08-2005 , 09:03 AM






SUB: what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005

I want to know how to skip a row in sql 2005.

Please let me know if any body have the answer

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

Default Re: what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005 - 03-08-2005 , 01:28 PM






In 2005 you get to choose what is added to the output buffer. If you
validate and do not like the row then do not add it. Simple as that



"DDR" <DDR (AT) discussions (DOT) microsoft.com> wrote


Quote:
SUB: what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005

I want to know how to skip a row in sql 2005.

Please let me know if any body have the answer


Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005 - 03-08-2005 , 02:07 PM



In message <#VeWgRBJFHA.4028 (AT) tk2msftngp13 (DOT) phx.gbl>, Allan Mitchell
<allan (AT) no-spam (DOT) sqldts.com> writes
Quote:
In 2005 you get to choose what is added to the output buffer. If you
validate and do not like the row then do not add it. Simple as that



"DDR" <DDR (AT) discussions (DOT) microsoft.com> wrote in message
newsDR (AT) discussions (DOT) microsoft.com:

SUB: what is the Equivalent of DTSTransformStat_SkipRow(2000) in 2005

I want to know how to skip a row in sql 2005.

Please let me know if any body have the answer

To expand a bit, before you leap down the route of the script transform
if you perceive it to be the closest to the current ActiveX Script
Transform, I suggest you explore the other transforms first.

My first choice to exclude rows inside the pipeline would be a
conditional split transform.

Don't try and transfer ideas or practices from DTS to SSIS, the overall
outcome of the package may be the same but I think the design will
almost always be very different.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.