Hi,
I am calling 7 separate stored procedure via the SQL command tasks using " exec <sp_name>" as query commands exporting to flat files.
They are running with no errors... BUT today I made changes/improvements to 3 of the Stored procedures in SQL to the stored procedures.
I ran the SQL to see what the new record counts and field values were changed as planned.
Then, I did the "drop <sp_name>" and the "create proc <sp_name> as ..." again,
I verified I am in the correct database server, etc.
YET the package/taskes are are still running old sp's with old record counts and values.
I get no errors and the fields have not changed as expected. I tried deleting the flat files and rerunning the tasks. No luck.
Have you any ideas on what I am overlooking or not doing correctly??
Thank you in advance.
[blue]Kathy,
Bus Sys Analyst[/blue]
"I am always doing that which I can not do, in order that I may learn how to do it."– Pablo Picasso
The person who says it can't be done shouldn't interrupt the person who is doing it.—Chinese Proverb
I am calling 7 separate stored procedure via the SQL command tasks using " exec <sp_name>" as query commands exporting to flat files.
They are running with no errors... BUT today I made changes/improvements to 3 of the Stored procedures in SQL to the stored procedures.
I ran the SQL to see what the new record counts and field values were changed as planned.
Then, I did the "drop <sp_name>" and the "create proc <sp_name> as ..." again,
I verified I am in the correct database server, etc.
YET the package/taskes are are still running old sp's with old record counts and values.
I get no errors and the fields have not changed as expected. I tried deleting the flat files and rerunning the tasks. No luck.
Have you any ideas on what I am overlooking or not doing correctly??
Thank you in advance.
[blue]Kathy,
Bus Sys Analyst[/blue]
"I am always doing that which I can not do, in order that I may learn how to do it."– Pablo Picasso
The person who says it can't be done shouldn't interrupt the person who is doing it.—Chinese Proverb