Transaction Log

How to check Log shipping status in SQL Server 2008

How to check Log shipping status in SQL Server 2008: SQL server recovery model has to be Full recovery mode…

12 years ago

Why Copy-Only Backups taken in SQL Server?

A copy-only backup in SQL Server(any version like 2012 or 2008 or 2005) is taken in cases you do not…

12 years ago

SQL Server 2008/2005 – Comparing Index rebuild/Reorganize and increase in Transaction Log file

Comparing ALTER INDEX options Index Rebuild and Reorganize: 1.Index Rebuild requires building the new index before dropping the old one.…

12 years ago

SQL Server 2008 BACKUP LOG WITH TRUNCATE_ONLY

BACKUP LOG WITH TRUNCATE_ONLY is no longer a recognized BACKUP option. This command get rid of the contents of your…

12 years ago

SQL Server 2008 Recovery Models and Transaction log usage

SQL Server 2008 Recovery Models In SQL Server 2008 there are 3 recovery models you can use: simple, bulk-logged, and…

12 years ago

SQL Server Raid Configurations and Recommendations

A SQL Server DBA given choice to select his Disk configuration should know the different Raid configurations and should select…

12 years ago

Transaction log file VLF management

One of the important things I would recommend is not having transaction log VLFs be too large, with 500MB being…

13 years ago

This website uses cookies.