![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Just getting the hang of this SSIS stuff. I have an operational Control Flow and Data Flow (Input from Source, Data Conversion, Output to Destination). All works fine. However, I would like to limit the Output to specific rows based on criteria (like a SELECT and send the result set to the Output). There must be a way to do this but can't seem to find the correct Data Flow Transformation (maybe I'm looking for the wrong tool). Any suggestions? -- Michael Hockstein |
#3
| |||
| |||
|
|
Depending on your source, you could Edit the connection manager, then change Daa Access mode to SQL command, then enter the SELECT statement. Or you could use conditional split, write one output and discard the other. This second method is clunky and not suitable. First one is better. Charles Kangai, MCT, MCDBA "michael" wrote: Just getting the hang of this SSIS stuff. I have an operational Control Flow and Data Flow (Input from Source, Data Conversion, Output to Destination). All works fine. However, I would like to limit the Output to specific rows based on criteria (like a SELECT and send the result set to the Output). There must be a way to do this but can't seem to find the correct Data Flow Transformation (maybe I'm looking for the wrong tool). Any suggestions? -- Michael Hockstein |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |