How can I add a column with a default value to an existing table in SQL Server 2000 / SQL Server 2005?
The most basic version with two lines only
ALTER TABLE MyTable ADD MyNewColumn INT NOT NULL DEFAULT 0