mirroring

  • how to store the databse mirror states in atable?

  • CREATE TABLE DataBaseMirroringStateChanges

    (

    EventTime datetime,

    EventDescription varchar(400),

    NewState int ,

    DBname varchar(400),

    )

    The record should be stored in this table.

  • CREATE TABLE DataBaseMirroringStateChanges

    (

    EventTime datetime,

    EventDescription varchar(400),

    NewState int ,

    DBname varchar(400),

    )

    The record should be stored in this table.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply