Can I add a column which is I specify as NOT NULL,I don\'t want to specify the DEFAULT value but MS-SQL 2005 says:
ALTER TABLE only allows columns to
No.
Just use empty string '' (in case of character type) or 0 (if numeric), etc as DEFAULT value
''