How to Find Foreign key References in SQL Server

In this post, I am sharing a script to find the all foreign key sources and destination references of the SQL Server. Whenever we need to check all table references, we can use this script. Below is a script: [crayon-662dc54dbd1e4881097118/] Jun 28, 2015Anvesh Patel