RSS

Monthly Archives: July 2014

DMV List

SELECT
*
FROM sys.system_objects
WHERE name LIKE ‘dm_%’
AND type = ‘V’
ORDER BY name