Is it possible to extend the timeout of a transaction (with SQL Server) once the transaction has started?
相关问题
- sql execution latency when assign to a variable
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- What is the best way to cache a table from a (SQL)
- php PDO::FETCH_ASSOC doesnt detect select after ba
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.