Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.67 KB

File metadata and controls

68 lines (48 loc) · 2.67 KB
title View a Database Snapshot (SQL Server) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine
ms.component databases
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic conceptual
helpviewer_keywords
database snapshots [SQL Server], viewing
displaying database snapshots
viewing database snapshots
ms.assetid 123f19b2-0850-4033-8507-59ebdfb368ee
caps.latest.revision 22
author stevestein
ms.author sstein
manager craigg

View a Database Snapshot (SQL Server)

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] This topic explains how to view a [!INCLUDEssNoVersion] database snapshot using [!INCLUDEssManStudioFull].

Note

To create, revert to, or delete a database snapshot, you must use [!INCLUDEtsql].

In This Topic

Using SQL Server Management Studio

To view a database snapshot

  1. In Object Explorer, connect to the instance of the [!INCLUDEssDEnoversion] and then expand that instance.

  2. Expand Databases.

  3. Expand Database Snapshots, and select the snapshot you want to view.

Using Transact-SQL

To view a database snapshot

  1. Connect to the [!INCLUDEssDE].

  2. From the Standard bar, click New Query.

  3. To list the database snapshots of the instance of [!INCLUDEssNoVersion], query the source_database_id column of the sys.databases catalog view for non-NULL values.

Related Tasks

See Also

Database Snapshots (SQL Server)