News

30pm onto a separate SQL server, then the last diff backup from Friday morning, and the remaining transaction log backups. However, looking at the backup chain on the SQL server now, I see that ...
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).
If your database recovery model is set to Full or Bulk-Logged, then it is absolutely VITAL that you make transaction log backups to go along with your full backups. SQL Server 2005 databases are ...
SQL Server transaction logs A transaction log ... Restoring a database Transaction log backups can be used to restore a database to a specific point in time. A transaction log backup alone is ...
The old server was sent back to ... I've done the backup schedule myself this time I have it backing up 2 times a day and the logs every hour. After this blows over I'm going to see if I can ...
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 ...
It supports SQL Server 2019 and all the earlier versions. If you’ve the database backup available and know the time of data deletion, you can use the transaction log with Log Sequence Number (LSN) to ...
We have to perform this backup of the transaction log using either SQL Server Management Studio (SSMS) or T-SQL. Well, let me stop for a minute… because there is another way we can prevent log ...
I've been working with SQL Server for over 20 years now ... Do you have additional differential and transaction log backups? That's not a problem, as the restore-dbadatabase command will scan ...