Options

Column marked NOT NULL. No default value. Update may fail.

duanecwilsonduanecwilson Posts: 2
edited September 28, 2012 12:08PM in SQL Compare Previous Versions
I am getting the following error when deploying with SQL Compare:

The column on table is being marked as NOT NULL. There is no default value so the update may fail.

Most of these columns are part of a compound key so I cannot set them as nullable. I am wondering if I should create a default of an empty string or zero length string, and if it is numeric, what to use.

Or is this error ignorable as just a warning?

Comments

Sign In or Register to comment.