This question already has an answer here:
I have a primary key called CustomerID in the CustomerTable and there is a possibility of this PK being used as FK in various other tables (read more than 50) in the same database.
I was wondering if there is an easy way to identify in which all tables this PK is being used as FK.
Note: I'm using SQL Server
Any help would be highly appreciated