-->

Ads 720 x 90

Query to return list of Dynamic Management Views

SELECT * FROM sys.all_objects
WHERE [name] LIKE '%dm_%'
AND [type] IN ('V', 'TF', 'IF')
AND [schema_id] = 4
ORDER BY [name]

Related Posts

There is no other posts in this category.

Total Pageviews

Subscribe Our Newsletter