I have a SQL Server 2008 database that is mirrored to a secondary DR datacenter. It also has replication set up to get certain data into a reporting server . The publication and subscription databases are in the same datacenter. In the DR datacenter, I would like to set up replication that will get some of the data from mirror (not the principal) database into a DR reporting server using replication. Is it possible to set up replication on the mirror database which is going to be in restoring mode? I mean the databse that is in "synchronized, restoring mode" to be the publisher?
Thanks