
SQL Server sys.dm_tran_active_transactions long running …
Jul 19, 2019 · SQL Server sys.dm_tran_active_transactions long running transaction worktable Ask Question Asked 6 years, 3 months ago Modified 6 years, 2 months ago
sql server - Finding reason for transaction log 'tempdb' full due to ...
Jan 4, 2021 · Our application stopped working suddenly due to The transaction log for database 'tempdb' is full due to 'ACTIVE_TRANSACTION'.. Now, it start working again. But how can I …
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.
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 …
sql server - How can I reduce the size of a huge LDF file?
Mar 9, 2023 · Both the software and the SQL Server is setup on the same server which we have in our office. We are running out of disk space also it is taking a lot of time for us to FTP the …
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 …
sql server - Is it a bad practice to always create a transaction ...
122 Is it a bad practice to always create a transaction? For example, it is a good practice to create a transaction for nothing but one simple SELECT? What is the cost of creating a transaction …
sql server - Why do I get The transaction log for database 'X' is full ...
Mar 21, 2017 · 10 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 …
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 …
sql server - Why Does the Transaction Log Keep Growing or Run …
Dec 5, 2012 · In this case, when SQL Server reaches the point where it would be safe to truncate the log file under the simple recovery model, it will not do that. Instead, it lets the log file …