Default Value property cannot be set on column <Columnname> because it is a computed column. (Visual Database Tools)
SQL Server 2005
You tried to set a default value on a column that has a formula. Remove the column's formula before setting a default.