0

We are a small division of a larger company and we are required to keep a server at the corporate office as a disaster recovery server. I want to use SQL's (2005) transaction log shipping feature to keep the offsite server up-to-date.

The problem is that Mama Corprorate wants proof that the database is functional. For example, a screenshot of the remote session showing a query of the orders table showing the most recent group of orders (with the order date). Is there a way to satisfy this requirement without breaking the log shipping? I suggested that I give them a screen of the history for the LS Restore job, but they didn't like that idea since "that really isn't telling you that its working" according to them.

Thanks!

4

1 回答 1

0

从上面来自 Bogdan Sahlean 的视频中,我将数据库模式从 NORECOVERY 更改为 STANDBY,这已经解决了这个问题。这使我们仍然可以运行相同的查询作为证据。

于 2013-07-22T13:50:42.353 回答