Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Dillie-O/3134277504bbf1ead03912c545036ee3 to your computer and use it in GitHub Desktop.
Save Dillie-O/3134277504bbf1ead03912c545036ee3 to your computer and use it in GitHub Desktop.
[Get Foreign Keys Referencing a Table] Inverse of getting foreign keys for a table #tags:sql
EXEC sp_fkeys @fktable_name='[Table_Name]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment