SQL New Column Error Because of Newsequentialid

289 views Asked by At

Hi I have a really big data and it has a column as ObjectID and its default value newsequentialid(). While I am trying to create new column with a default value on that table, I got this message ' Error validating the default for column 'ObjectID''.

If I say yes to that dialog message, what can happen? I dont want to impact our existing data.

Could you please explain this situations.

Thanks & Regards

1

There are 1 answers

1
Giorgi Nakeuri On

Nothing will happen. This is bug in the management studio. We have a lot of tables in production with such columns and never encountered any problem within 6 years. We are using Sql Server 2008 R2.

Click NO:

enter image description here

Click YES:

enter image description here

Result:

enter image description here