
RESTORE (Transact-SQL) - SQL Server | Microsoft Learn
A revert database operation (specified using the DATABASE_SNAPSHOT option) takes a full source database back in time by reverting it to the time of a database snapshot, that is, overwriting the …
Restore a Database Backup Using SSMS - SQL Server
This article explains how to restore a full SQL Server database backup using SQL Server Management Studio.
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.
Restore and Recovery Overview (SQL Server) - SQL Server
Dec 4, 2024 · Learn about the operations involved in recovering a SQL Server database from a failure by restoring a set of SQL Server backups in sequence.
Restore database (General page) - SQL Server | Microsoft Learn
Sep 29, 2024 · Applies to: SQL Server This article describes the various options found on the General page of the Restore database wizard in SQL Server Management Studio.
Restore a Database to a New Location (SQL Server) - SQL Server
Aug 26, 2025 · This article describes how to restore a SQL Server database to a new location, and optionally rename the database in SQL Server, by using SQL Server Management Studio (SSMS) or …
Restore a Backup from a Device (SQL Server) - SQL Server
Aug 10, 2023 · This article describes how to restore a backup from a device in SQL Server by using SQL Server Management Studio or Transact-SQL.
Restore database: differential - SQL Server | Microsoft Learn
Mar 3, 2023 · This article describes how to restore a differential database backup in SQL Server by using SQL Server Management Studio or Transact-SQL.
Restore database - simple recovery model - SQL Server
Aug 10, 2023 · Learn about a complete database restore in SQL Server that restores all data to the point in time that the backup was made.
Complete Database Restores (Full Recovery Model) - SQL Server
Aug 10, 2023 · Learn about a complete SQL Server database restore, where all data is recovered to a consistent point in time.