Hello,
I'm using SQL-Code in source files like file.sql to manage my ETL-processes. Setting up SQLSourceType and SQLStatement to this file.
The problem is, that SSIS just accesses the code only by creating that connection. If I modify the sql-file by using an external editor, SSIS doesen't take the changes!
Is there a possibility to say SSIS to refresh the file content before running the script?
Thanx,
Ottmar