View a Database Snapshot (SQL Server)
SQL Server 2012
This topic explains how to view a SQL Server database snapshot using SQL Server Management Studio.
Note
|
|---|
|
To create, revert to, or delete a database snapshot, you must use Transact-SQL. |
In This Topic
-
To view a database snapshot, using:
To view a database snapshot
-
Connect to the Database Engine.
-
From the Standard bar, click New Query.
-
To list the database snapshots of the instance of SQL Server, query the source_database_id column of the sys.databases catalog view for non-NULL values.

Note