About 4,060,000 results
Open links in new tab
  1. sql server - SQL Transaction was deadlocked - Stack Overflow

    Transaction (Process ID 57) was deadlocked on lock resources with another process and has been chosen as ...

  2. Does a procedure run in a transaction in PostgreSQL?

    Dec 11, 2023 · Do not confuse PL/pgSQL BEGIN (start of a code block) with SQL BEGIN (start of a transaction). Procedure... allows COMMIT - which immediately starts a new transaction. …

  3. java - How to start a transaction in JDBC? - Stack Overflow

    Feb 9, 2011 · Although some data sources implement an explicit “begin transaction” statement, there is no JDBC API to do so. Typically, a new transaction is started when the current SQL …

  4. c# - How to use TransactionScope properly? - Stack Overflow

    Aug 19, 2015 · The code within the methods you call need to be transaction aware and enlist in the active transaction. This means creating or using classes which are resource managers …

  5. Correct use of transactions in SQL Server - Stack Overflow

    Apr 14, 2012 · If one wants a "visually nested syntax" so to say, i.e. such that begin transaction is nested under begin try, then a condition should be added before rollback transaction, which is: …

  6. The transaction log for the database is full - Stack Overflow

    • A transaction is deferred (SQL Server 2005 Enterprise Edition and later versions only). A deferred transaction is effectively an active transaction whose rollback is blocked because of …

  7. writing a transaction in t-sql and error handling - Stack Overflow

    Jan 24, 2010 · Do u think there is a better way to write a transaction in t-sql? Is there a better approach that improves maintainability and performance of the application that uses this …

  8. sql server - How to use SqlTransaction in C# - Stack Overflow

    Its better this way since you made only one transaction to the database because database transactions are expensive hence your code is faster. Second of you really have to use a …

  9. How do you clear the SQL Server transaction log?

    Sep 11, 2008 · By not making transaction log backups often enough, the online transaction log will become full and will have to grow. The default growth size is 10%. The busier the …

  10. How do I enable MSDTC on SQL Server? - Stack Overflow

    In the console tree, click to expand Component Services, click to expand Computers, click to expand My Computer, click to expand Distributed Transaction Coordinator and then click Local …

Refresh