Count of Max Run Time for Software Updates

Published Tuesday, October 07, 2008 9:00 AM

SELECT
    UI.MaxExecutionTime,
    Count(UI.MaxExecutionTime)
FROM
    dbo.v_UpdateInfo UI
GROUP BY
    UI.MaxExecutionTime
ORDER BY
    UI.MaxExecutionTime

Read the complete post at http://feedproxy.google.com/~r/smsug/xUOI/~3/U1gCoFvRS5w/count-of-max-run-time-for-software-updates.aspx

Filed under: , ,