Community

How to return uniqueidentifier initialized with NEWSEQUENTIALID() function to the .Net client

The uniqueidentifier SQL Server data type is increasingly used in applications that require global uniqueness of the primary key. In SQL Server 2005, the NEWSEQUENTIALID() function has been introduced that generates sequentially increasing GUID values and hence reduces page contention at the leaf le

Read More - Register for Free Membership