Viewing post 1 (of 2 total)
apologies... I finally figured it out...
This query will show you all the names:
SELECT
FK_Table = FK.TABLE_NAME,
FK_Column = CU.COLUMN_NAME,
...
March 18, 2009 at 10:01 am
#962053