charipg
SSCrazy Eights
Points: 9888
More actions
July 20, 2009 at 6:38 am
#140008
how to store the databse mirror states in atable?
July 20, 2009 at 6:47 am
#1026909
CREATE TABLE DataBaseMirroringStateChanges
(
EventTime datetime,
EventDescription varchar(400),
NewState int ,
DBname varchar(400),
)
The record should be stored in this table.
July 20, 2009 at 6:48 am
#1026910
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply