The aim of this project is to design and implement an automated backup and recovery system for SQL Server databases, ensuring data integrity, availability, and minimal downtime. By establishing backup ...
A production-grade CLI tool written in C++17 that reads SQL Server full backup (.bak) files and extracts data from a specified table into CSV, Parquet, or JSON Lines format. Limitations: Does not ...