Modelling Stored Procedures on SQLSserver

M

mahldcat

Does anybody know of an easy way to generate stored procedure displays that
look similar to the table diagrams that show up when reverse engineering a
database? I am using this for the purpose of creating design
documentation, and would like to have something that shows the name of the
stored procedure followed by an argument list
 
C

Chang Oh

Unfortunately, Visio does not offer such a feature. However, you may be
able to build a script using Visio ModelingEngine automation API, which is
documented at www.pdata.com. I cannot promise you that you'd be able to do
this, but the API may provide a way to get access to the code objects in the
model.

~~~~~~~~~~~
The information provided is AS-IS with no express warranty.

Chang Oh
Dev Lead
Enterprise Frameworks & Tools
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top