SELECT UI.MaxExecutionTime, Count(UI.MaxExecutionTime)FROM dbo.v_UpdateInfo UIGROUP BY UI.MaxExecutionTimeORDER BY UI.MaxExecutionTime