How to drop a column in a SQL 2005 database table which has a default constraint on it
I have added a new column which has a default value on it by running the following ALTER TABLE ... ADD COLUMN ... DEFAULT .... syntax
ALTER TABLE RISStatus ADD StatusForHavingRecord
Read More