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-6790378b5e99b756571963/] Jun 28, 2015Anvesh Patel