Hi,
Ok, I assume that the answear is no, but anyway here it goes.
Is it possible to in anyway load data to a dynamic output, a csv file?
Passing a variable to the package that saying what kind of stored procdure or table function that will be executed and then, put the output in a csv file without knowing what the output will be in forehand.
Like; variable SP in the Package=MyStoredProc1
...and output in a csv file columns a, b, c
and second time, variable SP=MyStoredProc2
...and output in a csv file columns e, f, g,h, i, j, k