
RESTORE (Transact-SQL) - SQL Server | Microsoft Learn
With the REPLACE option, restore allows you to overwrite an existing database with whatever database is in the backup set, even if the specified database name differs from the database …
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 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.
Restore database (General page) - SQL Server | Microsoft Learn
Sep 29, 2024 · While restoring a database using SQL Server Management Studio, use the General page to specify information about the target and source databases for a database …
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.
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 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 …
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.
Restore Database (Files Page) - SQL Server | Microsoft Learn
Feb 28, 2023 · While restoring a database in SQL Server, use the Files page of the Restore Database dialog box to manage specific files to restore within the database.
Restore Database (Options Page) - SQL Server | Microsoft Learn
Feb 28, 2023 · While restoring a database in SQL Server, use the Options page of the Restore Database dialog box to modify the behavior and outcome of the restore operation.