Database Snapshots How-to Topics
A database snapshot is a read-only, static view of a database, called the source database. In Microsoft SQL Server 2005, you use SQL Server 2005 statements for creating, reverting to, and deleting a database snapshot. However, you can use SQL Server Management Studio to view existing database snapshots.
In This Section
- How to: Create a Database Snapshot (Transact-SQL)
- How to: View a Database Snapshot (SQL Server Management Studio)
- How to: Drop a Database Snapshot (Transact-SQL)
- How to: Revert a Database to a Database Snapshot (Transact-SQL)