Is it possible to extend the timeout of a transaction (with SQL Server) once the transaction has started?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The timeout is "external" to SQL Server, so SQL Server can not affect it.
So "no" unfortunately
回答2:
I doubt it, but you could rollback and retry.