Basically I want to use uniqueidentifier in similar way as identity. I don\'t want to insert values into it, It should just insert values automatically, different value for
Use NewID() as the default value. At least this is what you would do for SQL Server.