InterviewSolution
Saved Bookmarks
| 1. |
What Is Snapshot Log ? |
|
Answer» It is a table that maintains a record of modifications to the master table in a SNAPSHOT. It is STORED in the same database as master table and is only AVAILABLE for SIMPLE SNAPSHOTS. It should be created before creating snapshots. It is a table that maintains a record of modifications to the master table in a snapshot. It is stored in the same database as master table and is only available for simple snapshots. It should be created before creating snapshots. |
|