Comments
Sort by recent activity
Thank you. It did help a bit, but its only showing me the objects which use this table that exist within the same database as the table. I have another procedure in a different database which uses my table, and that doesn't show in the diagram. Any thoughts? / comments
Thank you. It did help a bit, but its only showing me the objects which use this table that exist within the same database as the table. I have another procedure in a different database which uses ...
Hi @Jon_Kirkwood I believe I did as you suggested and it still only brings back the table in question. My objective here to to perform an impact analysis on what DB objects (stored procedures, views, functions) call a particular table. I know for a fact (because I just created it) that there is a stored procedure that uses this one table, yet I am not seeing that dependency here. However, If I run a trace on the stored procedure, I do see that it uses this table...This is not the direction I wish to view the dependencies. Often I am researching "what uses a table?", not "what tables does this use?" Any further advice? Thank you [image] [image] [image] [image] / comments
Hi @Jon_Kirkwood I believe I did as you suggested and it still only brings back the table in question. My objective here to to perform an impact analysis on what DB objects (stored procedures, view...