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
 General SQL Server Forums
 New to SQL Server Administration
 SQLServer Scheduled Job Status

Author  Topic 

ramaiah
Starting Member

27 Posts

Posted - 2010-03-03 : 16:45:48
Hi,
we are having 50 SQL Servers(hosts) and different named instance. daily i am connecting to every server one by one and checking the backup job status, instead of this is there any script/t-sql for find out the status of each job for all the servers like below

Server Name, Instance Name, Job Name, Status, Error Message.

Thanks
Ramaiah.

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-03-03 : 17:36:36
we run most of our jobs from one server dedicated for jobs.

idera and redgate have tools to monitor multiple servers
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-03 : 18:26:17
We use MOM/SCOM to notify us of any "events" on our database servers, such as job failures and disk space issues.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

SreenivasBora
Posting Yak Master

164 Posts

Posted - 2010-03-04 : 13:59:01
Ramaiah

Can't you write a simple batch file (CMD file + SQL Script + Mail) of all the job details?

With Regards
SR
Go to Top of Page
   

- Advertisement -