Questions tagged [newsequentialid]

32 questions
0
votes
1 answer

Using Sequential GUID in many to many relations in SQL Server

Based on "What are the best practices for using a GUID as a primary key, specifically regarding performance?" question, IMHO if you use sequential GUID as PK with non-clustered index and use a INT or BIG INT IDENTITY as clustered index and…
-5
votes
1 answer

how could i change i initial value of NEWSEQUENTIALID() for sqlserver

enter image description herei was using uniqueidentifier colunm in my db and default value was newid() i cahnge it to NEWSEQUENTIALID() how could i change the start value of it to increasse the last one
1 2
3