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
I guess you mean in SQLServer and not C#...
Set the column as PRIMARY KEY and ROWGUID
RowGuid http://img341.imageshack.us/img341/8867/sqlserverrowguid.png