M
Max
I have a windows service that starts a stored procedure that could take many
hours to run, and the code below starts it, however the stored procedure
does not finish. When I run it through query analyzer it runs all the way
through ok so there's nothing wrong with the sp. Any reason why it would
stop prematurely? I'm assuming it is timing out or something.
SqlHelper.ExecuteScalar(appvars.strConn, CommandType.StoredProcedure,
"spMyStoredProc")
hours to run, and the code below starts it, however the stored procedure
does not finish. When I run it through query analyzer it runs all the way
through ok so there's nothing wrong with the sp. Any reason why it would
stop prematurely? I'm assuming it is timing out or something.
SqlHelper.ExecuteScalar(appvars.strConn, CommandType.StoredProcedure,
"spMyStoredProc")