In Microsoft SQL server, how can I add/change the default on an existing table column using T-SQL?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
To change the default, drop the constraint and re-add it with the new value:
|
||||
|
|