Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: dbWarden - A Free SQL Server Monitoring Package

    So i thought it was going to complete...it did run longer than it has before but my celebration was for not when it returned this error:
    "Null value is eliminated...

  • RE: dbWarden - A Free SQL Server Monitoring Package

    I have been using dbwarden for the past five years...including through an upgrade from sql2008 to sql2012r2.  A couple of weeks ago, SQL2012 service pack 4 came out and wrecked...

  • RE: How to kill a sql server agent running job?

    Forgot to add that the query to find the long running job returned this:

    dbwarden_healthreport Start_execution_date Stop_execution_date Duration_secs

    dbWarden_HealthReport 2014-07-01 06:05:00.000 2014-07-01 06:06:10.000 Not running

    dbWarden_HealthReport 2014-07-10 06:05:00.000 2014-07-10 06:05:49.000 Not running

    dbWarden_HealthReport 2014-08-18 06:05:00.000 2014-08-18 06:07:51.000 Not running

    dbWarden_HealthReport 2014-08-26 06:05:00.000 2014-08-26 06:07:32.000 Not running

    dbWarden_HealthReport 2014-10-06 06:05:00.000 2014-10-06 07:59:00.000 Not running

    dbWarden_HealthReport 2014-10-22 06:05:00.000 2014-10-22...

  • RE: How to kill a sql server agent running job?

    thanks for the stop job command...but what if you run this query and it says you have a LONG RUNNING job:

    SELECT jobs.name AS [dbwarden_healthreport]

    , CONVERT(VARCHAR(23),ja.start_execution_date,121)

    AS [Start_execution_date]

    , ISNULL(CONVERT(VARCHAR(23),ja.stop_execution_date,121),...

Viewing 4 posts - 1 through 4 (of 4 total)