0
kicks
Using sp_fkeys to find all Foreign Keys pointing to a Table
We can use the sp_fkeys system stored procedure to find all foreign keys which point to a particular table. The sp_fkeys system stored procedure comes very handy when dealing with large databases which have hundreds of tables