How can I add a column with a default value to an existing table in SQL Server 2000 / SQL Server 2005?
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.
(getdate())
or 'abc'
or 0
or whatever value you want in Default Value or Binding field as pictured below: