Top "Guid" questions

A GUID (Globally Unique IDentifier) is a unique reference number used as an identifier in computer software.

MS SQL Server Row GUID Column

I apologize for asking what seems like a tired question, but no forum response or documentation I've read seems to …

sql-server sql-server-2008 guid
Aggregate Function on Uniqueidentifier (GUID)

Let's say I have the following table: category | guid ---------+----------------------- A | 5BC2... A | 6A1C... B | 92A2... Basically, I …

sql sql-server guid aggregate uniqueidentifier
Performance - using Guid object or Guid string as Key

When using a Guid as an index for a Dictionary, is it better to use the Guid object, or the …

c# performance guid
Guid.Parse() or new Guid() - What's the difference?

What is the difference between these two ways of converting a string to System.Guid? Is there a reason to …

c# .net guid
Validation of Guid

I have a strongly-typed view which has a DropDownListFor attribute on it. Each item in the dropdown list is represented …

c# asp.net-mvc data-annotations guid
Most efficient way to store a GUID value in SQL Server database

Say, if I need to store non-repeating GUID values (something like {AB50C41E-3814-4533-8F68-A691B4DA9043}) …

sql-server tsql guid
Best practice on generating reset password tokens

Any best practice on how a reset password token should be constructed? I'm thinking: random 17 characters [a-zA-Z0-9] + a globally …

passwords guid reset-password
Convert UUID 32-character hex string into a "YouTube-style" short id and back

I'm assigning all my MongoDB documents a GUID using uuid.uuid1(). I want a way I can derive an 11 character, …

python guid uuid
Should I get rid of clustered indexes on Guid columns

I am working on a database that usually uses GUIDs as primary keys. By default SQL Server places a clustered …

sql-server guid clustered-index