high i hope someone can help me....
within a DTS package i use some vb script to kick off a stored procedure. The problem is that sometimes the stored proc has to run for maybe 5 minutes.
becuase of this i often get a timeout error on this task when running the DTS pacakge. is there a way to specifiy the timeout when the step runs.. it tells me the sp timed out while executing...
when i run the stored proc form query analyser it runs just fine???
There must be an easy answer...
some along the lines of;
exec sp_name paramterA, paramterB, timeoutvalue ??
within a DTS package i use some vb script to kick off a stored procedure. The problem is that sometimes the stored proc has to run for maybe 5 minutes.
becuase of this i often get a timeout error on this task when running the DTS pacakge. is there a way to specifiy the timeout when the step runs.. it tells me the sp timed out while executing...
when i run the stored proc form query analyser it runs just fine???
There must be an easy answer...
some along the lines of;
exec sp_name paramterA, paramterB, timeoutvalue ??