Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way of checking of a package schedule works??

Status
Not open for further replies.

jermine

Programmer
Joined
Jun 15, 2001
Messages
59
Location
SG
i have a package set to run everyday, let's say at 4PM. I need to check if this package run successfully. If not could i send an alert to inform me that an error has occurred?

This can be done with jobs and jobsteps. im wonder if it can also do with packages.

thanks to anyone who takes time to read or reply to this!
 
in sql 2000

database -> dbname->management->sql server agent -> jobs

open the job, then use the notification tab to set notifications.

you can set to email, write to event log etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top