reporting

Response Buffer Limit Exceeded

Ever get this error: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded Here's the fix: (more…)

17 years ago

WinZip count with version

SELECT ProductName0 AS Product, VersionMajor0 AS Version, COUNT(*) AS Count FROM dbo.v_GS_INSTALLED_SOFTWARE GROUP BY ProductName0, VersionMajor0 HAVING (ProductName0 = 'winzip')

17 years ago

VMware / MS VM / Real / Total Count

Garth writes some very useful SMS web reports so I copy them here sometimes: http://smsug.ca/blogs/garth_jones/archive/2007/08/01/528.aspx (more…)

17 years ago

SMS Site Status

This is a "dashboard" report that shows the current SMS site status. (more…)

17 years ago

# of updates per month

This report shows you the number of updates that were released each month for each product. (more…)

17 years ago