Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 DB MONITORING

Author  Topic 

sqlserverdbam
Yak Posting Veteran

54 Posts

Posted - 2008-10-28 : 15:15:14

Hi,

I want to monitor any error pop up SQLserver log.
Either I can do thru script or SQL mail.
please suggest which one is good way to do and what are risk of doing thur SQL MAIL?

Thanks,

-

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-28 : 16:48:09
what errors are you looking for?
Go to Top of Page

sqlserverdbam
Yak Posting Veteran

54 Posts

Posted - 2008-10-29 : 09:54:10

any kind of errors like if DBCC result show inconsistency error,any job failures,DB corruption error etc.
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-29 : 17:48:49
You can setup notification to your email for jobs related to DBCC checkdb or any job failures.
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-29 : 17:50:16
We use MOM for monitoring SQL Server related issues like:Log file is full,DBCC error and more
Go to Top of Page
   

- Advertisement -