The Natural Beauty of West Virginia |
So I attempted to remove the NOT NULL constraint from the designer, but it told me I would have to drop and create the table.
Stackoverflow had the answer. Oryol's solution was to use SQL to alter the table and column together with this command:
alter table TableName alter column ColumnName int null
No comments:
Post a Comment