About 1,670,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. python - Solana swap transation - Stack Overflow

    Jan 28, 2025 · Please help me to create swap transaction using solana and solders, there are not that many docs for Python and many legacy examples using solana 0.36 and solders 0.23 # 1) …

  3. 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 …

  4. "The transaction log for database is full due to 'LOG_BACKUP'" in a ...

    Jan 20, 2014 · The transaction log for database 'db_name' is full due to 'LOG_BACKUP' I searched around and found a lot of related answers like this and this or this but the problem is …

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

    I am using the following code to execute two commands at once. I used SqlTransaction to assure either all command get executed or rolled back. When I run my program without …

  6. Row was updated or deleted by another transaction (or unsaved …

    ERROR 2011-12-21 15:29:24,910 Could not synchronize database state with session [myScheduler-1] org.hibernate.StaleObjectStateException: Row was updated or deleted by ...

  7. 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 …

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

    Jul 25, 2017 · @GiulioCaccin Thank you for the suggestion, but I ran a query on the transaction logs and the log space used for tempdb is only at 31%. The other inquiry you referred me to …

  9. df.to_sql inconsistent invalid transation error message

    May 9, 2024 · I'm trying to upload data to a postgresql timeseries database. My problem isn't a usual coding / engine one, but a logical one. I have many dataframes, which are varying …

  10. request - x-client-transaction-id in twitter - Stack Overflow

    Sep 27, 2023 · I'm trying to get profile data from Twitter, but recently I noticed that in Twitter there is a parameter x-client-transaction-id in the request headers, which is why my script is not …