Here's a script to query the data per SQL instance:
EXECUTE sp_msforeachdb 'USE ? SELECT DB_NAME(); SELECT *
FROM sys.extended_properties'
Lutz
A pessimist is an optimist with experience. How to get fast answers to your question[/url]
How to post performance related questions[/url]
Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]