Get all foreign keys reference in sql server

Solved:

EXEC sp_fkeys 'TableName'

its return to all foreign key reference to make that tables

Comments

Popular posts from this blog

Add Image through base64 on PDF in itextsharp

how to insert text and tags at the cursor CKEDITOR