Viewing 15 posts - 241 through 255 (of 259 total)
CREATE TABLE DataBaseMirroringStateChanges
(
EventTime datetime,
EventDescription varchar(400),
NewState int ,
DBname varchar(400),
)
The record should...
July 20, 2009 at 6:48 am
CREATE TABLE DataBaseMirroringStateChanges
(
EventTime datetime,
EventDescription varchar(400),
NewState int ,
DBname varchar(400),
)
The record should...
July 20, 2009 at 6:47 am
i want to store the database mirror state changes in table ,
can u pls give the query?...............i want to do this through T-sql statements not through GUI.
July 20, 2009 at 4:18 am
if a principal server suddenly fails, if the mirror server has confirmation from the witness, it can automatically take on the role of principal and make its database available within...
July 17, 2009 at 1:29 pm
Thanks steve,
I want to prepare the StoredProcedure for minitor mirrored databases.
It means i should get the alert mails when the mirror database takes the charge.
July 17, 2009 at 11:50 am
(If principle database gows down then mirror database takes the charge.
Then that time i want to get the alert message with both databases status.)
I need the sp for...
July 17, 2009 at 10:38 am
That table have a identity column.should i delete identity property?
July 2, 2009 at 8:02 am
Viewing 15 posts - 241 through 255 (of 259 total)