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