Hello,

I tried to document all of our database object dependencies. There are about 230+ stored procedures and we are looking for down stream (tables that the sp depend on) and upstream table (table that sp generate - or output table.) There is manual way of doing this by right click on the sp, then select View Dependencies for each sp. That's very time consumming. Is there any system script that available for this purpose? Thanks for your help.

Sunny