SQL SERVER List All the DMV and DMF on Server
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Sat, 15 May 2010 00:00:00 GMT
Indexed on
2010/05/15
2:55 UTC
Read the original article
Hit count: 395
Filed under:
“How many DMVs and DVFs are there in SQL Server 2008?” – this question was asked to me in one of the recent SQL Server Trainings. Answer is very simple: SELECT name, type, type_desc FROM sys.system_objects WHERE name LIKE 'dm_%' ORDERBY name Reference: Pinal Dave (http://blog.sqlauthority.com) Filed under: Pinal Dave, SQL, SQL Authority, SQL Query, [...]...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner