I have a uniqueidentifier column in a table and it's not a key or index. I want to set the default value using NEWSEQUENTIALID(), but I get the error:
Error validating default for column..
But if I use NEWID() no error. What's going on?
EDIT: you can just ignore the error dialog and continue.