Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Changing Owner or Mirrored DBs

    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...

  • RE: Changing Owner or Mirrored DBs

    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"?

  • RE: Changing Owner or Mirrored DBs

    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...

  • RE: Issue:Mirroring Sync in Asynchronous Mode

    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...

  • RE: Find Foreign Keys

    SELECT

    FK_Table = FK.TABLE_NAME,

    FK_Column = CU.COLUMN_NAME,

    PK_Table = PK.TABLE_NAME,

    PK_Column =...

  • RE: omit null values

    you may use "having case ... end is not null"

Viewing 6 posts - 1 through 6 (of 6 total)