Skip to content

Instantly share code, notes, and snippets.

@thorsman99
Created October 1, 2017 03:09
Show Gist options
  • Save thorsman99/39e72e261fda53db9c12a04264c5581b to your computer and use it in GitHub Desktop.
Save thorsman99/39e72e261fda53db9c12a04264c5581b to your computer and use it in GitHub Desktop.
Shows all foreign keys related to a table. #SQL
EXEC sp_fkeys 'TableName' --Show all foreign key relationships
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment