SQL Server 2012 introduces a new Dynamic Management Function (DMF) which allows us to examine the metadata of the result set of a query, stored procedure etc.
This is very handy to examine the number of columns, column names, data types etc which is ot...