This can be done in the SSMS GUI as well. I show a default date below but the default value can be whatever, of course.
- Put your table in design view (Right click on the table in objectexplorer->Design)
- Add a column to the table (or click on the column you want to update ifit already exists)
- In Column Properties below, enter
(getdate())
or'abc'
or0
or whatever value you want in Default Value or Binding field as pictured below: