Is there a way to programatically go through the store procedures in a database and determine what columns a stored procedure is using? I have a database which has around 1200 stored procedures and I need to determine what columns are read or updated by the stored procedures. There is always the brute force method but I am hoping there is a better way. Thanks for the help.
Blake Hepner
Blake Hepner