About 22,800,000 results
Open links in new tab
  1. sql - Transaction count after EXECUTE indicates a mismatching …

    Feb 21, 2014 · Exec USPStoredProcName I get the following error: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous …

  2. spring - Could not open JPA EntityManager for transaction; nested ...

    I am quite new to Spring and Spring-Batch in particular. Still I somehow managed to install the Spring Batch-Admin. I added custom jobs and Hibernate/JPA for persistence. Everything is …

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

    I have a long running process that holds open a transaction for the full duration. I have no control over the way this is executed. Because a transaction is held open for the full duration, whe...

  4. How to rollback or commit a transaction in SQL Server

    Feb 22, 2013 · The good news is a transaction in SQL Server can span multiple batches (each exec is treated as a separate batch.) You can wrap your EXEC statements in a BEGIN …

  5. Sql server - log is full due to ACTIVE_TRANSACTION

    May 23, 2014 · Msg 9002, Level 17, State 4, Line 1 The transaction log for database 'MyDb' is full due to 'ACTIVE_TRANSACTION'. and it did not delete a thing. What does that message …

  6. Getting "Lock wait timeout exceeded; try restarting transaction" …

    mysql> update customer set account_import_id = 1; ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction I'm not using a transaction, so why would I be getting this …

  7. How to commit individual transaction in Oracle PLSQL

    I need to write a PL/SQL procedure, within this procedure I need to call another procedure within its own transaction bounds, and commit it regardless of failure or commit of main transaction. …

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

    Apr 14, 2012 · Shouldn't BEGIN TRANSACTION [Tran1] be placed inside TRY? Anyway - very simple and elegant piece of code.

  9. How to rollback a transaction in a stored procedure?

    Aug 25, 2016 · Looking at the SQL Server Books Online, Microsoft seems to have an (incorrect) method of handling nested transactions in a stored procedure: Nesting Transactions Explicit …

  10. The transaction log for database 'tempdb' is full due to 'ACTIVE ...

    Jul 25, 2017 · The transaction log for database 'tempdb' is full due to 'ACTIVE_TRANSACTION' Asked 8 years, 5 months ago Modified 1 year, 10 months ago Viewed 150k times