I have created a snapshot, AdventureWorksSS
.
Deleted a record after creating a snapshot.
When I query from AdventureWorksSS
, deleted record shows up.
Where is that deleted record stored and how does Snapshot still retrieve the deleted record?
As far as I understand, snapshot is a pointer to the original database and fetches data only necessary. Do deleted data get inserted into snapshots automatically?