Posts by Andyson • 36 points
2 posts
- 
		0 votes3 answers1806 views
- 
		2 votes1 answer2160 viewsA: How to remove a SQL Server ConstraintFrom what I understand your Constraint is [FK_COD_RENDA_EXTRA] on the table Income. Change the name and table of the Constraint to perform the drop correctly, as this has to be done in the table…