I am trying to write a result set to a flat file
the query i am running from an OLE DB source SQL command
contains a insert select into a staging table and then a select from the staging table.
next i have a Flat File destination.
i was expecting to get multiple row in the flat file but i got 0 rows.
i understand that the insert select rus but the script does not continue to the next select which is supposed to return the result set.
how can i fix this?
thanks