I need to remove diagramming support tables, stored procs, views, etc from SQL Servrer using TSQL script.
Is there such a script available?
SQL 2005 and 2008.
|
I need to remove diagramming support tables, stored procs, views, etc from SQL Servrer using TSQL script. Is there such a script available? SQL 2005 and 2008. |
||||
|
|
|
You can drop the objects, but a user will be prompted to recreate them when they click the diagrams node. Objects:
|
||||
|
|
That removes all of them. Would be nice if there was as remove diagrams references wizard like the add. |
|||
|
|