
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.
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.
BACKUP (Transact-SQL) - SQL Server | Microsoft Learn
SQL Server uses an online backup process to allow a database backup while the database is still in use. During a backup, most operations are possible; for example, INSERT, UPDATE, or …
How to setup weekly auto backup in SQL Server 2012?
Sep 16, 2014 · Please advice how can i setup automated database backup in my SQL Server 2012. I need to take all databases (currently it contains only 3 ) in SQL server an automated …
Backup and restore operations for Reporting Services
Sep 27, 2024 · Backup and restore operations are often used to move all or part of a Reporting Services installation: If you're moving just the report server databases, you can use backup …
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.
Erstellen einer vollständigen Datenbanksicherung - SQL Server
Erfahren Sie, wie Sie eine vollständige Datenbanksicherung in SQL Server mithilfe von SQL Server Management Studio, Transact-SQL oder PowerShell erstellen.
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
6 days ago · This article describes the benefits of backing up SQL Server databases and introduces backup and restore strategies and security considerations.
SQL Server Backup to URL for Azure Blob Storage - SQL Server
Overview SQL Server 2012 Service Pack 1 CU2 and SQL Server 2014 introduced the ability to back up to a URL pointed at Azure Blob Storage, using familiar T-SQL syntax to write backups …