Help!!!!!
All I want to do is connect to a database, exec a stored procedure that writes to a flat file. Seems so simple and was in DTS. Can someone tell me how to do this is SSIS.
What I have tried:
1. Tried to do it in Wizard, but doesn't seem to allow
execute my_procedure_name in SQL window.
2. Tried to do it from designer by:
a. Creating source connector
b. Moving EXEC SQL Task to designer and
then typing EXEC my_procedure_name
c. Then moving Flat file destination to designer
At this point, can't create flat file destination
because columns are not defined.
I have worked for days on this, what am I doing wrong!!!!
All I want to do is connect to a database, exec a stored procedure that writes to a flat file. Seems so simple and was in DTS. Can someone tell me how to do this is SSIS.
What I have tried:
1. Tried to do it in Wizard, but doesn't seem to allow
execute my_procedure_name in SQL window.
2. Tried to do it from designer by:
a. Creating source connector
b. Moving EXEC SQL Task to designer and
then typing EXEC my_procedure_name
c. Then moving Flat file destination to designer
At this point, can't create flat file destination
because columns are not defined.
I have worked for days on this, what am I doing wrong!!!!