All Tags »
performance »
page splits »
uniqueidentifier (RSS)
Sorry, but there are no more tags available to filter with.
-
Some Simple Code To Show The Difference Between Newid And NewsequentialidIn SQL Server 2000 we got the uniqueidentifier data type and the newid() functionLots of people thought that newid() would be very handy to create some unique values across all databases.Newid() is nice but it has a little side effect; it causes terrible page splits because ...