stored procedure run normally but have a problem in dts -
05-27-2006
, 01:26 AM
Hello all
I have a stored procedure that use cursor.
When I run it normally in Query Analizer, donr exist any problem.
But when I run it as a "Execute Sql Task" in dts it dos not complete the
running.
I found that it does not reach to the end of cursor fetch loop.
Can eneyone help me? |