About 65,100 results
Open links in new tab
  1. RESTORE (Transact-SQL) - SQL Server | Microsoft Learn

    Restore to SQL Server 2022 and the auto drop feature. When restoring a database to SQL Server 2022 (16.x) from a previous version, it is recommended to execute sp_updatestats on the database, setting the proper metadata for the statistics auto drop feature.

  2. Restore a Backup from a Device (SQL Server) - SQL Server

    Aug 10, 2023 · This topic describes how to restore a backup from a device in SQL Server by using SQL Server Management Studio or Transact-SQL.

  3. Restore a Database Backup Using SSMS - SQL Server

    Dec 8, 2023 · This article explains how to restore a full SQL Server database backup using SQL Server Management Studio.

  4. RESTORE Arguments (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · This articles documents the arguments that are described in the Syntax sections of the RESTORE {DATABASE|LOG} statement and of the associated set of auxiliary statements: RESTORE FILELISTONLY, RESTORE HEADERONLY, RESTORE LABELONLY, RESTORE REWINDONLY, and RESTORE VERIFYONLY.

  5. Quickstart: Back up & restore database with SSMS - SQL Server

    Jul 22, 2024 · In this article, learn how to create a new database, take a backup of the database, and restore the backup in SQL Server using SSMS

  6. Restore Files to a New Location (SQL Server) - SQL Server

    Feb 28, 2023 · This article shows you how to restore files to a new location in SQL Server by using SQL Server Management Studio or Transact-SQL.

  7. Restoring, recovering, and managing backups - SQL Server

    Mar 3, 2023 · Describes the RESTORE DATABASE and RESTORE LOG Transact-SQL statements used to restore and recover a database from backups taken using the BACKUP command. RESTORE DATABASE is used for databases under all recovery models.

  8. Back up and restore SQL Server databases on Linux

    Nov 21, 2024 · Restore a database. In the following example, sqlcmd connects to the local instance of SQL Server and restores the demodb database. The NORECOVERY option is used to allow for additional restores of log file backups.

  9. Restore-SqlDatabase (SQLServer) - SQL Server PowerShell

    The Restore-SqlDatabase cmdlet performs restore operations on a SQL Server database. This includes full database restores, transaction log restores, and database file restores. This cmdlet is modeled after the Microsoft.SqlServer.Management.Smo.Restore class.

  10. Restore a database to a new location (SQL Server) - SQL Server

    Sep 28, 2023 · 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 Transact-SQL. You can move a database to a new directory path or create a copy of a database on either the same server instance or a different server instance.

Refresh