select name from sys.default_constraints where parent_object_id=object_id('表名') and parent_column_id=columnproperty(object_id('表名'),'列名','columnid')
select name from sys.default_constraints where parent_object_id=object_id('表名') and parent_column_id=columnproperty(object_id('表名'),'列名','columnid')