SyntaxFix
Write A Post
Hire A Developer
Questions
There seems to be no Default Constraint names in the Information_Schema views.
Information_Schema
use SELECT * FROM sysobjects WHERE xtype = 'D' AND name = @name to find a default constraint by name
SELECT * FROM sysobjects WHERE xtype = 'D' AND name = @name