
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 (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.
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 …
Back up and Restore of SQL Server Databases - SQL Server
Dec 4, 2025 · This article describes the benefits of backing up SQL Server databases, describes basic backup and restore terms, and introduces backup and restore strategies for SQL Server and security …
RESTORE Arguments (Transact-SQL) - SQL Server | Microsoft Learn
Sep 3, 2024 · For restoring a database backup and one or more transaction logs or whenever multiple RESTORE statements are necessary (for example, when restoring a full database backup followed …
How to Restore a database SQL Server 2008 R2? - Microsoft Q&A
Jun 29, 2023 · I'm trying to migrate an old SQL Server 2008 R2 to another SQL Server 2008 R2 You try to migrate from "very old" (and out-of-support) to also the same very old one?
Restore the master Database (Transact-SQL) - SQL Server
Apr 17, 2025 · This article shows you how to restore the master database in SQL Server from a full database backup by using Transact-SQL.
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.
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.