Hi Everyone,
According to:
Database Snapshots in SQL 2005 do not provide a "true" separate database to read from, for reporting purposes. Instead, only initial updates at the page level will be stored in the snapshot, but the user will be referred to the source database for any data that has not been updated since the snapshot was taken.
However, at the bottom of that MSDN page, it reads as such:
Does anyone know precisely what that means? Does that mean that if you setup database mirroring and then setup a snapshot on the mirror, that all data will reside in the snapshot itself, and the user will not be referred to the source database? Or am I reading that wrong?
-Ovatvvon :-Q
According to:
Database Snapshots in SQL 2005 do not provide a "true" separate database to read from, for reporting purposes. Instead, only initial updates at the page level will be stored in the snapshot, but the user will be referred to the source database for any data that has not been updated since the snapshot was taken.
However, at the bottom of that MSDN page, it reads as such:
MSDN said:"The only exceptions are when the source database uses full-text search or database mirroring, which disable themselves on a snapshot by altering some values in the snapshot's metadata."
Does anyone know precisely what that means? Does that mean that if you setup database mirroring and then setup a snapshot on the mirror, that all data will reside in the snapshot itself, and the user will not be referred to the source database? Or am I reading that wrong?
-Ovatvvon :-Q