Count of Max Run Time for Software Updates
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