Created
October 1, 2017 03:09
-
-
Save thorsman99/39e72e261fda53db9c12a04264c5581b to your computer and use it in GitHub Desktop.
Shows all foreign keys related to a table. #SQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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