I am working on refactoring a legacy system. Its database has a huge number of tables where some of them are not used. I need to specify those tables in order to know if they should be deleted or not.
Is there any way in SQL to determine if a specific table is used or not by any programmable object (i.e stored procedure, view, or function)?
I am working on refactoring a legacy system. Its database has a huge number
Share
Right-click on table -> View Dependencies