|
|
Browse by Tags
All Tags » Dataflow Task » DTS » SSIS
-
Here is the next in my series of posts explaining how common tasks in DTS can now be implemented in SSIS.Skipping insertion of a row
DTS allowed us to skip processing of a row by use of 'DTSTransformStat--SkipInsert' in an ActiveX Script. This would mean that the row would not get inserted into the destination.
In SSIS, we talk of ...
|
|
|