SQL Server Error Code – 302 the newsequentialid() built-in function

In this blog post, you’ll learn more about the SQL Server Error Code 302 and the error message description that is shown

SQL Server Error Code

302

SQL Server Error Description for the Code :302

The newsequentialid() built-in function can only be used in a DEFAULT expression for a column of type ?uniqueidentifier? in a CREATE TABLE or ALTER TABLE statement. It cannot be combined with other operators to form a complex scalar expression.

Leave Your Comment