开发者

TransactionScope/SqlTransaction timeout extension

开发者 https://www.devze.com 2023-02-05 02:17 出处:网络
Is it possible to extend the timeout of a transaction (with SQL Server) on开发者_StackOverflow社区ce the transaction has started?The timeout is \"external\" to SQL Server, so SQL Server can not affect

Is it possible to extend the timeout of a transaction (with SQL Server) on开发者_StackOverflow社区ce the transaction has started?


The timeout is "external" to SQL Server, so SQL Server can not affect it.

So "no" unfortunately


I doubt it, but you could rollback and retry.

0

精彩评论

暂无评论...
验证码 换一张
取 消