Simple tools for job monitoring

  • Hi

    I need a simple Tool to see last status of Job running.a quick view , without

    1- register servers in any time

    2- and see history of ever job

    please help me.

    bye

  • Can I ask why you don't / want to register servers?

    How will you access the data regarding the job without registering the servers?

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • Hi

    I mean that : Register for one time no for ever time.

    no need run sqlserver for ever time

    a tool that save myserver registration . and show me all job status and alarm about failed jobs.

    thanks.

    bye

  • OK - Your answer didn't really address my question.

    SQL Management Studio will save server registrations and show you job statuses.

    If you want something outside of SQL Server then take a look at products from Quest Software or Idera.

    Like all products that query SQL Server, you will need to register and connect to SQL Server. That means you should have a good understanding of security.

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • Hi again.

    I know sqlserver sequrity and sql server registration . 😎

    But unfortinataly I dont know "english" well. 😛 then I can't say me nessecey clearly .

    I am dba and manage 6 db servers . and I should check 25 Job at first of morning.

    I wrote most of them.

    and I am delphi programmer.

    I wrote a program that monitoring Jobs. and I want see " what are similar it? and I get idea to complte that. "

    you can see my program at this address :

    http://uplod.ir/22mawt7auw5g/DataBase_Information.ex_.htm

    Please

    1- wait to complete reverse compation

    2- reform .exe befor rub that.

    bye;-)

  • quite a few options on this

    create a central management server and write a query which loops through the MSDB tables to get the information you need, that way you only execute the query on the CMS which executes it for you on all of the CMS's registered servers

    create a batch file which uses SQLCMD which logs in, runs a query and displays the results in a DOS window

    login to each server in ssms and run the query

    login to each server in ssms and view job acitivty monitor

    add an operator to SQL, and set the jobs to email on completion

    get something like a 3rd party monitoring tool (Quest Spotlight/Foglight, Red-Gate SQL Monitor, Idera SQL Diagnostic Manager, SQL Sentry ........)

  • Anthony beat me to it!

    I've used free Idera products in the past to monitor multiple servers, jobs and activity.

    :exclamation: "Be brave. Take risks. Nothing can substitute experience." :exclamation:

  • Ohhhhhhhhhhhh !!!

    SSC-Addicted !!! You are very PowerFull !!! :w00t:

    Be successfull with your dear idera .

    and thank you SSCommitted . 🙂

  • I use SQL Agent Insight found here:

    http://brentec.ca

    Job monitoring with the ability to set thresholds and alerting, and to even bypass certain SQL Agent metrics you might not want to monitor or be alerted on.

    Regards.

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply