InterviewSolution
Saved Bookmarks
| 1. |
Explain 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. |
|