SELECT
name AS 'Foreign Key',
SCHEMA_NAME(schema_id) AS 'Schema',
OBJECT_NAME(parent_object_id) AS 'Table',
OBJECT_NAME(referenced_object_id) AS 'Referenced Table'
FROM sys.foreign_keys;
Translate
Migrated from the original suvoBGD WordPress archive. View the original source.
legacy-blogwordpress-archive
