Re: Emailing SQL 2000 maintenance report via SMTP?
From: Keith Kratochvil (sqlguy.back2u_at_comcast.net)
Date: 02/25/05
- Next message: Daniele: "Re: Deleting rows"
- Previous message: dc_at_upsize.de: "Re: Dynamically selected columns with column switch option"
- In reply to: Astra: "Emailing SQL 2000 maintenance report via SMTP?"
- Next in thread: Joe Webb: "Re: Emailing SQL 2000 maintenance report via SMTP?"
- Reply: Joe Webb: "Re: Emailing SQL 2000 maintenance report via SMTP?"
- Reply: Adrian: "Re: Emailing SQL 2000 maintenance report via SMTP?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 07:35:26 -0600
First of all, can I suggest that you not use the maintenance plan for
backups? You can create jobs within the SQL Server Agent that will backup
your databases. Books Online (within the SQL Server program group) contains
T-SQL examples of backup scripts. If you are so inclined you can also
create jobs that perform the appropriate maintenance tasks (such as checkdb,
checkcatalog, updateusage, update statistics).
You could use XPSMTP http://sqldev.net/xp/xpsmtp.htm to send email alerts.
-- Keith "Astra" <info@noemail.com> wrote in message news:uXPyFCzGFHA.2452@TK2MSFTNGP10.phx.gbl... > Hi All > > As per my post in microsoft.... server NG, I keep getting a problem where my > DB maintenance plan just stops doing what it should, which in turn means > that if I don't paranoid-ly check it each day I get the scenario (like > today) where I find my backups haven't been working for a month!!! > > What I would like to do is email the maintenance plan to a designated email > address so that I can easily see every morning whether or not it has worked. > > I know the old SQL 6.5 used to provide SQL Mail, but this links in with MS > Exchange Server and I don't use this. I don't even have it running on my > SBS 2000 Server. > > Is there anyway in SQL 2000 that I can get it to email the report via SMTP? > > I'm familiar with JMail and it's COM/DLL is installed on my server if I > could use that. > > Thanks Robbie > >
- Next message: Daniele: "Re: Deleting rows"
- Previous message: dc_at_upsize.de: "Re: Dynamically selected columns with column switch option"
- In reply to: Astra: "Emailing SQL 2000 maintenance report via SMTP?"
- Next in thread: Joe Webb: "Re: Emailing SQL 2000 maintenance report via SMTP?"
- Reply: Joe Webb: "Re: Emailing SQL 2000 maintenance report via SMTP?"
- Reply: Adrian: "Re: Emailing SQL 2000 maintenance report via SMTP?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|