Hi dear all,
I have a long-running stored procedure that sometimes runs over 1 hour and gets aborted by sql server with the following error
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I think by default sql server let stored procedures run for 1 hour at maximum. How to set the timeout longer? Thank you
I have a long-running stored procedure that sometimes runs over 1 hour and gets aborted by sql server with the following error
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I think by default sql server let stored procedures run for 1 hour at maximum. How to set the timeout longer? Thank you