News

If you have accidently deleted data from database tables in MS SQL Server, you can restore the deleted data (tables) using Log Sequence Number (LSN). But for this, you need the transaction backup file ...
Delayed durability offers something that many SQL Server professionals have wanted for years-the ability to disable transaction logging. Why turn off the transaction log? You can accelerate ...
Overgrown transactional log files can turn into real problems if they are not handled properly. Today SQL Server consultant Tim Chapman discusses the perils of not handling SQL Server log growth ...
Our normal practices for backing up SQL servers is to use the regular SQL backup tools to perform full, differential and transaction log backups and this has always worked fine. Recently we ...
SQL database backups come in various forms, each serving a specific purpose in data protection. Understanding the different types of backups helps you select the best option for your specific needs.
Restore SQL Server Transaction Log Files to a Cloud SQL for SQL Server instance This repository contains the implementation of a Python function that restores transaction log backups uploaded to a ...
MaintenanceQueries-SQL-Server/ ├── jobs │ ├── FullBackups.sql # Full backups │ ├── DiffBackups.sql # Differential backups │ ├── IntegrityCheck.sql # Database integrity │ ├── LogBackups.sql # ...