29 June,2012 by Jack Vamvas
What are all the SQL Server Dynamic Management Views(DMV) and Dynamic management functions(DMF) on a SQL Server 2008 installation? Most DBAs focus on just a few DMV\DMF – but the list is impressive , and offers much information for the DBA
Use this query
SELECT name, type, type_desc FROM sys.system_objects WHERE name LIKE 'dm[_]%' ORDER BY name
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |