Tagged Questions

3
votes
4answers
619 views

How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server

Hi 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 stability).