I have a database with a lot of tables, the tables have a lot of foreign keys. Is there an easy way to view the other tables being referenced by the foreign key in a given table?
I tried "view dependencies" but this doesn't list all the references. I've also tried "script table as > create to" which has worked for some tables, but I lack sufficient permission for others.
Another roadblock is that the foreign keys in a given table do not have the same name as the primary key in the table being referenced, therefore even if I wanted to do a manual search (expand every table's columns) I would not be 100% sure I found the right table.