
Create a Full Database Backup - SQL Server | Microsoft Learn
Aug 26, 2025 · Learn how to create a full database backup in SQL Server by using SQL Server Management Studio, Transact-SQL, or PowerShell.
Backup overview (SQL Server) - SQL Server | Microsoft Learn
Oct 11, 2023 · Learn about the SQL Server backup component, including backup types and restrictions, and also backup devices and backup media.
Quickstart: Backup and restore a SQL Server database with SSMS
Nov 25, 2025 · Learn how to create a new database, create a backup of the database, and restore the backup in SQL Server by using SSMS.
Schedule a database backup operation using SSMS - SQL Server
Sep 29, 2024 · This article describes how to schedule a database backup operation by using SQL Server Management Studio.
Back up and Restore of SQL Server Databases - SQL Server
Aug 26, 2025 · This article describes the benefits of backing up SQL Server databases and introduces backup and restore strategies and security considerations.
Restore a Database Backup Using SSMS - SQL Server | Microsoft …
This article explains how to restore a full SQL Server database backup using SQL Server Management Studio.
BACKUP (Transact-SQL) - SQL Server | Microsoft Learn
Backs up a complete SQL Server database to create a database backup, or one or more files or filegroups of the database to create a file backup (BACKUP DATABASE).
Quickstart: Backup & restore to Azure Blob Storage - SQL Server
Mar 3, 2023 · Quickstart: learn how to write backups to and restore from the Azure Blob Storage. Create an Azure Blob Storage container, write a backup, and then restore.
Back Up Files and Filegroups - SQL Server | Microsoft Learn
Sep 4, 2024 · This article describes how to back up files and filegroups in SQL Server by using SQL Server Management Studio, Transact-SQL, or PowerShell.
Back up and restore: System databases (SQL Server)
Sep 16, 2024 · Backups of these system databases let you restore and recover the SQL Server system after a system failure, such as the loss of a storage device. The following table …