I have a fairly complicated T/SQL stored procedure that prepares the source data. I don't really want to bother adding all that complexity to my workspace. It would be a lot of work and besides, the current procedure works fine.
When does the execute SQL Statement Before Translation on the writer execute?
Does it execute before anything else happens?
Or does it execute after the rows have been read before any translations have been executed?
Is there any way, within the workspace, to execute the stored procedure before the readers read any records?