Search code examples
.netsql-servertransactionstransactionscopesqltransaction

TransactionScope/SqlTransaction timeout extension


Is it possible to extend the timeout of a transaction (with SQL Server) once the transaction has started?


Solution

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

    So "no" unfortunately