I have a table A that has primary key Id. I want to find all tables that contain this key as foreign. Number of tables is about 100, so its rather impossible to use generated database diagram. Is it any way to to query database schema objects to find it? Or maybe some other ways?
Share
If we are talking about Sql Server Right Click on that table then
View DependeciesMore info at :
http://msdn.microsoft.com/en-us/library/bb630261.aspx