Pop Quiz (Nov 21, 2005)
Posted by: SQL Server 2005 Distilled,
on 21 Nov 2005 |
View original | Bookmarked: 0 time(s)
In SQL Server 2005, database snapshots can be created by:
a.)Running "CREATE SNAPSHOT" statement
b.)Running "sp_create_snapshot" system stored procedure
c.)Running "CREATE DATABASE" statement with the "AS SNAPSHOT OF" clause.
d.)Configuring replication and starting Snapshot Agent.
Click for answer:...