Viewing 6 posts - 1 through 6 (of 6 total)
Unfortunately, in that case you'll need to go through the failover process.
Wish you could specify the owner as part of the restore statement but no joy. Not sure if 'execute...
April 19, 2013 at 3:22 am
Gazareth (4/16/2013)
Easiest way, connect to the mirror server as "A", rather than yourself, and run the restores.
What if we do not know the password of the login "A"?
April 17, 2013 at 2:16 am
If we need to do modifications on mirror database, we must make it writable (set partner off + restore with recovery). But if the mirroring should be reset, we must...
April 16, 2013 at 8:42 am
If data loss happened when failed over to the mirror server, and there were lots of transactions happened on the mirror server during the downtime of principal server, HOW TO...
April 12, 2013 at 8:50 am
SELECT
FK_Table = FK.TABLE_NAME,
FK_Column = CU.COLUMN_NAME,
PK_Table = PK.TABLE_NAME,
PK_Column =...
October 8, 2012 at 4:37 am
Viewing 6 posts - 1 through 6 (of 6 total)