News

Normally this would require restoring the full DB backup from Thursday night at 9:30pm onto a separate SQL server, then the last diff backup from Friday morning, and the remaining transaction log ...
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 ...
Delayed durability was announced late in the SQL Server 2014 development cycle, but offers something that many SQL Server professionals have wanted for years—the ability to disable transaction logging ...
SQL Server, of course, keeps track of everything that affects data in a transaction log, which is periodically rolled over into backup files (at least, if you're being a conscientious DBA it is).
I plain on backing up the database daily and checkponting about every 60 minutes but I'm trying to see how the tranaction logs play into this. I know I can have them on a backup interval also. Quote ...
With SQL Server 2000, there are myriad choices for backing up your database. Whether your database is small and changes infrequently or very large and changes rapidly, there is a backup strategy ...
This code is used to add a new log file to the database using the alter database command. Method 2-Recover Database from an Existing Backup If you fail to rebuild the corrupted Log files, then you can ...
Practical App SQL Q&A: Users Questions Answered Exploring distributed transactions, performance counters and SQL backups. By Paul S. Randal 04/01/2010 ...
We have to perform this backup of the transaction log using either SQL Server Management Studio (SSMS) or T-SQL.
SQL Server, of course, keeps track of everything that affects data in a transaction log, which is periodically rolled over into backup files (at least, if you're being a conscientious DBA it is). But ...