Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ SQL Server Backup Types – Training & Strategy Guide

This repository contains a complete guide and SQL scripts to understand and implement various SQL Server backup types, supported by examples and a real-world hospital system scenario.


πŸ“˜ Contents

  1. Part 1 – Backup Types Research

    • Overview and comparison of:
      • Full Backup
      • Differential Backup
      • Transaction Log Backup
      • Copy-Only Backup
      • File/Filegroup Backup
    • Use cases, pros & cons, and real-world examples (banking, ticketing, etc.)
  2. Part 2 – Practice with TrainingDB

    • Sample SQL scripts to:
      • Create a test database (TrainingDB)
      • Insert mock data
      • Perform various types of backups
    • Great for students or beginners to simulate backup operations.
  3. Part 3 – Real-World Backup Strategy (HospitalDB)

    • Full SQL Server backup schedule for a hospital system:
      • Weekly full backups
      • Nightly differential backups
      • Hourly transaction log backups
    • File naming conventions and sample scripts included

About

Exploring SQL Server Backup Types (Full Backup, Differential Backup, Transaction Log Backup, Copy-Only Backup, File/Filegroup Backup)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors