SyntaxFix
Write A Post
Hire A Developer
Questions
You may have to first update all the records that are null to the default value then use the alter table statement.
Update dbo.TableName Set Created="01/01/2000" where Created is NULL