I use syscomments and sysdepends to find which proc is using a table and/or other proc. But it is not updated with new changes because other developers do not delete and readd the procs. Is there a way to recreate the syscomments & sysdepends in the test database or to another table? For example I want to recreate syscomments and call it aaacomments from what is in the existing stored procedures. My only other alternative is to go though each proc and delete and readd them individually in test and save a snapshot of syscomments. thanks zyzabc
↧