Does anyone know a query for listing out all foreign keys in a database with WITH NOCHECK description applied to it? (removing them will boost performance and
WITH NOCHECK
SELECT * FROM sys.foreign_keys AS f Where Is_Not_Trusted = 1