Top "Guid" questions

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

SCOPE_IDENTITY() for GUIDs?

Can anyone tell me if there is an equivalent of SCOPE_IDENTITY() when using GUIDs as a primary key in …

sql sql-server guid uniqueidentifier scope-identity
How to generate short uid like "aX4j9Z" (in JS)

For my web application (in JavaScript) I want to generate short guids (for different objects - that are actually different …

javascript hash guid
GUID vs INT IDENTITY

Possible Duplicate: How do you like your primary keys? I'm aware of the benefits of using a GUID, as well …

database primary-key guid
guid/uuid in Typescript Node.js app

I try to make a uuid (v 3.0.1) package work in Node/Typescript app, but I'm not sure what should I …

node.js typescript uuid guid
Is it safe to assume a GUID will always be unique?

I know there is a minute possibility of a clash but if I generated a batch of 1000 GUIDs (for example), …

math unique guid probability collision
Assigning a GUID in C#

I've got a lot of code that is using GUIDs (an architecture handed to me--not my choice). Mostly, the values …

c#-4.0 guid
How to declare a constant Guid in C#?

Is it possible to declare a constant Guid in C#? I understand that I can declare a static readonly Guid, …

c# constants guid compile-time-constant
Sequential Guid Generator

Is there any way to get the functionality of the Sql Server 2005+ Sequential Guid generator without inserting records to read …

c# guid sequence
how to find Sharepoint Guid of a list

I am new to Sharepoint 2007 and I have done some google to find guid of a list which I want …

sharepoint-2007 guid
UUID format: 8-4-4-4-12 - Why?

Why are UUID's presented in the format "8-4-4-4-12" (digits)? I've had a look around for the reason …

format guid uuid