About 106,000 results
Open links in new tab
  1. sql server - How can I reduce the size of a huge LDF file?

    Mar 9, 2023 · Then shrink the actual transaction log file with the following options (same dialog again, File type : Log): Select a size which is just above the (Minimum is xxx MB) which is …

  2. sql server - How to identify which query is filling up the tempdb ...

    Jun 25, 2012 · I would like to know how to identify the exact query or stored proc which is actually filling up the transactional log of TEMPDB database.

  3. sql server - Why Does the Transaction Log Keep Growing or Run …

    Dec 5, 2012 · In SQL Server - What are some reasons the transaction log grows so large? Why is my log file so big? What are some ways to prevent this problem from occurring? What do I do …

  4. sql server - How best to resolve excessive Transaction Log size ...

    Nov 20, 2022 · 2 I understand excessive Transaction Log growth is a very common issue, and has been asked and answered many times. (Why Does the Transaction Log Keep Growing or …

  5. sql server - Transaction log full due to log_backup - Database ...

    So, it’s recommended before goes live you should prepare LOG_BACKUP Maintenance Plan to back up the log file frequently to avoid the shrink operation on Production. For more details …

  6. transaction log - SQL Server DB Log keeps growing / CDC enabled ...

    Dec 15, 2022 · I've enabled change data capture on a SQL Server database. The database is in full recovery mode. The LOG backups of the database are being done hourly. The capture …

  7. Unable to shrink transaction log file in SQL Server

    Dec 31, 2016 · I moved to a new company recently wherein they have 2 databases in a SQL server of size 20-25 GB. I'm unable to shrink the log file of the databases. Transaction log …

  8. sql server - Why do I get The transaction log for database 'X' is full ...

    Mar 21, 2017 · Why do I get The transaction log for database 'X' is full due to 'ACTIVE_TRANSACTION' on a database with Simple recovery model and auto-growing log …

  9. sql server - Move log file without taking database offline

    I need to move a database log file to a new partition without taking the database offline. The normal way of doing this would be to detach the DB, move the log file then reattach the db.

  10. sql server - Why Can't I shrink log file in full recovery mode ...

    Mar 28, 2018 · In either mode, SQL server uses the transaction log for in-process transactions, the difference is what happens next: FULL recovery mode: When a transaction completes, it …