Unix Technical Forum

SQL 2K Backup Log Monitoring

This is a discussion on SQL 2K Backup Log Monitoring within the SQL Server forums, part of the Microsoft SQL Server category; --> Greetings, I'm looking for a little guidance. I work for a medium sized bank with about 20 SQL servers ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008, 07:33 AM
Oddsavant
 
Posts: n/a
Default SQL 2K Backup Log Monitoring

Greetings,

I'm looking for a little guidance. I work for a medium sized bank
with about 20 SQL servers in 2 locations. We have two backup schemes -
Less critical SQL boxes have nightly DB backups and Transaction Log
dumps, more critical boxes have additional hourly transaction dumps.
The database maintenance should be deleting any backups more than 2
days old (Should have been picked up by system backups and moved to SAN
by then).

My question: Sometimes the SQL backups fail, usually for lack of
disk space. As it stands now it's a tedious process of reviewing the
logs of each of the 20 servers to check for failure. Is there a product
that can centralize these logs or give meaningful errors on failure?

I'm not real keen on using the email/pager reporting function from
the DB Maintenance. We have 4 techs who rotate on reviewing the logs
and we don't want to receive unnecessary emails 75% of the time or have
to change the account info every week.

Any suggestions would be appreciated.

Thank,

Jim

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 07:33 AM
Ray
 
Posts: n/a
Default Re: SQL 2K Backup Log Monitoring

SQLMaint which is what the maintenance wizard is configuring jobs for and
running is a bit cautious or wasteful depending on how you look at it. It
will create the latest backup before deleting the old one so during the
backup the server consumes more disk than expected. Most DBAs end up
writing a set of scripts to maintain the health of their databases. As for
SQL mail, I don't particularly care for it either. In SQL 2005 there will
be an smtp sender that you can use to replace most of what SQL mail does.
Until then try building a command line or batch file and using xp_cmdshell
with a freeware smtp product like BLAT. With multiple servers to monitor
and maintain, write flexible scripts and pool the alerts to one server and
alert from there.

There may be products on the market for many of these tasks, but with a
little creativity everything you need is there.

Good luck.

"Oddsavant" <Jim.Thompson@unionfedbank.com> wrote in message
news:1110422663.936286.242260@o13g2000cwo.googlegr oups.com...
> Greetings,
>
> I'm looking for a little guidance. I work for a medium sized bank
> with about 20 SQL servers in 2 locations. We have two backup schemes -
> Less critical SQL boxes have nightly DB backups and Transaction Log
> dumps, more critical boxes have additional hourly transaction dumps.
> The database maintenance should be deleting any backups more than 2
> days old (Should have been picked up by system backups and moved to SAN
> by then).
>
> My question: Sometimes the SQL backups fail, usually for lack of
> disk space. As it stands now it's a tedious process of reviewing the
> logs of each of the 20 servers to check for failure. Is there a product
> that can centralize these logs or give meaningful errors on failure?
>
> I'm not real keen on using the email/pager reporting function from
> the DB Maintenance. We have 4 techs who rotate on reviewing the logs
> and we don't want to receive unnecessary emails 75% of the time or have
> to change the account info every week.
>
> Any suggestions would be appreciated.
>
> Thank,
>
> Jim
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:23 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com