Hi all,
Here's the problem.
I have added a descriptive extended property to all objects database, schema, table, index, column etc.
I want to create an output (preferably web, but a sql view would be useful too) that will read the property name and value and group hierarchically.
i.e. in the web view
If you click on DatabaseName it expands into:
SchemaName1
SchemaName2
If you then click on SchemaName1 it expands into the level 1 objects associated with that schema
And onwards throughout the hierarchy?
Any help appreciated
** Don't reach for the moon when you have the stars. ;-) TheJFM **
Here's the problem.
I have added a descriptive extended property to all objects database, schema, table, index, column etc.
I want to create an output (preferably web, but a sql view would be useful too) that will read the property name and value and group hierarchically.
i.e. in the web view
If you click on DatabaseName it expands into:
SchemaName1
SchemaName2
If you then click on SchemaName1 it expands into the level 1 objects associated with that schema
And onwards throughout the hierarchy?
Any help appreciated
** Don't reach for the moon when you have the stars. ;-) TheJFM **