0
kicks
SQL SERVER - 2005 - Difference and Similarity Between NEWSEQUENTIALID(
NEWSEQUENTIALID() and NEWID() both generates the GUID of datatype of uniqueidentifier. NEWID() generates the GUID in random order whereas NEWSEQUENTIALID() generates the GUID in sequential order.
Let us see example first demonstrating both of the function.