About 11,300,000 results
Open links in new tab
  1. 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...

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

    Apr 14, 2012 · I have 2 commands and need both of them executed correctly or none of them executed. So I think I need a transaction, but I don't know how to use it correctly. What's the …

  3. What does a transaction around a single statement do?

    I understand how a transaction might be useful for co-ordinating a pair of updates. What I don't understand is wrapping single statements in transactions, which is 90% of what I've ever seen. …

  4. TSQL Try / Catch within Transaction or vice versa?

    Apr 14, 2014 · END CATCH --COMMIT TRANSACTION SCHEDULEDELETE --Run this if count correct. --ROLLBACK TRANSACTION SCHEDULEDELETE --Run this if there is any doubt …

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

    On the server where the trigger resides, you need to turn the MSDTC service on. You can this by clicking START > SETTINGS > CONTROL PANEL > ADMINISTRATIVE TOOLS > …

  6. sql - Transaction count after EXECUTE indicates a mismatching …

    Feb 21, 2014 · But when I call The second stored procedure as: Exec USPStoredProcName I get the following error: Transaction count after EXECUTE indicates a mismatching number of …

  7. Sql server - log is full due to ACTIVE_TRANSACTION

    May 23, 2014 · Sql server - log is full due to ACTIVE_TRANSACTION [duplicate] Asked 11 years, 5 months ago Modified 8 years, 6 months ago Viewed 371k times

  8. Nested transactions in Sql Server - Stack Overflow

    Jul 27, 2013 · Imagine the following scenario: I am using SQL Server 2005. I have a transaction that is calling, among other SQL statements, a stored procedure that also has a transaction …

  9. 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, 3 months ago Modified 1 year, 8 months ago Viewed 148k times

  10. database - What is a "distributed transaction"? - Stack Overflow

    A distributed transaction is a transaction on a distributed database (i.e., one where the data is stored on a number of physically separate systems). It's noteworthy because there's a fair …