News
In an earlier blog entry, I talked about “Deprecated” code and I highlighted the fact that the BACKUP LOG WITH NO_LOG and BACKUP LOG WITH TRUNCATE_ONLY statements are no longer allowed in SQL ...
Using the Transact SQL ALTER DATABASE statement to shrink the transaction log file. Open SQL Server Management Studio (SSMS) and click Query Analyzer to open the Query Analyzer window.
In SQL Server 2005 and later, you can create a transaction log backup while a full or differential backup is occurring, but the log backup will not truncate the log due to the fact that the entire ...
How to Truncate Transaction Logs without Backup The transaction logs hold temporary data and just deleting or misplacing these files will impact the health of the database. So, to truncate the ...
If the transaction log and database are in the same device you can't do a transaction log dump. In this case you need do a Truncate Log on Checkpoint.
I would like to ask about transaction log backups. I have a transaction log that is around 16gigs I have started to do full database backups every night. To my understanding a full database backup ...
SQL Server transaction logs A transaction log is a sequential record of all changes made to the database while the actual ... The truncation process involves marking old records as inactive so ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results