SQL 서버에서 데이터베이스 백업 및 복원 방법 - Infosecurity Magazine

SQL 서버에서 데이터베이스 백업 및 복원 방법 - Infosecurity Magazine

SQL 서버에서는 성능을 최적화하기 위해 데이터베이스를 여러 파일과 파일 그룹에 저장할 수 있습니다. 백업 및 복원 시 전체 데이터베이스 대신 선택된 파일 또는 파일 그룹만 복원할 수 있습니다. 백업은 하드웨어 장애, 바이러스 공격 등으로 인해 손실된 데이터를 복원하는 데 중요합니다. SQL Server Management Studio (SSMS) 또는 T-SQL을 사용하여 백업을 만들 수 있습니다. 전체 백업, 차별 백업 및 트랜잭션 로그 백업이 있습니다.

How to Backup and Restore Database in SQL Server - Infosecurity Magazine

In SQL Server, databases can be stored in multiple files and filegroups to optimize performance, backing up and restoring only selected files or filegroups rather than the entire database. There are three types of backups - Full, Differential, and Transaction Log. Backups are important to restore lost data due to hardware failure, virus attack, etc. They can be created using SQL Server Management Studio (SSMS) or by using T-SQL.

https://www.infosecurity-magazine.com/blogs/how-to-backup-and-restore-database/