In MSSQL 2008 how can I query for tables with foreign key references to a specific table column?
Let’s say I have a table called Audit with an int column called ‘ID”.
How can I find all the tables in my database that have a foreign key to Audit.ID ?
1 Answer