Feature Request: Turn off selected Extended Property Output
justin_tighe
Posts: 2
The extended properties for a database object can include a lot of noise such as the MS_DiagramPane1 extended property.
On a future release can you include an option to turn off selected extended properties from appearing in the documentation in the SQL code and the Extended Properties section of the documentation. This can help to keep the size of the documentation down
On a future release can you include an option to turn off selected extended properties from appearing in the documentation in the SQL code and the Extended Properties section of the documentation. This can help to keep the size of the documentation down
Comments
In the meantime I wrote a script to remove these extended properties from all Views in my database.
Note, if you have spent hours laying out your views then do not run this, or run it on a copy of your database.
There are a couple of extended properties that can be removed for views:
MS_DiagramPane1 MS_DiagramPaneCount
Modify the property name in the code below to choose which one to remove - it can be run multiple times.
http://geographika.co.uk