This might be a dumb question, but I have a data flow task, OLE DB Source and Flat File Destination.
In my OLE DB Source I'd like to have an UPDATE statement, and then a SELECT. When I do that, I don't seem to get any rows written to my Flat File. I'm doing this, by the way, to help ensure that my update does not happen if my select fails. (I was going to put the two statements between a BEGIN TRAN and COMMIT.)
Unfortunately I can't use SSIS transactions because the server the SSIS is running on doesn't have the DTC service running.