query to get foreign key constraint names in the database

Bandi
Posted by Bandi under Sql Server category on | Points: 40 | Views : 905
	SELECT * FROM SYS.objects 
WHERE TYPE ='F'

Comments or Responses

Login to post response