Top "Guid" questions

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

Convert GUID to varchar(32)

How can I convert a GUID which is 36 characters to a VARCHAR(32)? I'm trying to copy data from one table …

sql sql-server ssms guid varchar
Can we use Guid as a Primary Key in Sqlite Database

Is is possible to use GUID as primary Keys in SQLITE Database?If Possible which datatype can be used?

android sqlite primary-key guid uuid
What exactly is GUID? Why and where I should use it?

What exactly is GUID? Why and where I should use it? I've seen references to GUID in a lot of …

language-agnostic guid
How to generate a GUID in VBScript?

I want to generate GUID strings in VBScript. I know that there's no built-in function in VBScript for generating one. …

vbscript guid uuid
How to Create Deterministic Guids

In our application we are creating Xml files with an attribute that has a Guid value. This value needed to …

c# .net guid uuid
guid to base64, for URL

Question: is there a better way to do that? VB.Net Function GuidToBase64(ByVal guid As Guid) As String Return …

c# .net vb.net guid base64
How to generate unique 64 bits integers from Python?

I need to generate unique 64 bits integers from Python. I've checked out the UUID module. But the UUID it generates …

python guid random uniqueidentifier uuid
SQL Server: Search all tables for a particular GUID

i came across the need to cleanse some data, and i need to find some particular guids (i.e. uniqueidentifiers) …

sql-server search guid uniqueidentifier
How to create guid in PostgreSQL

How to create GUID in Windows format in Postgres 9.0+? I tried function CREATE or REPLACE FUNCTION public.getguid() RETURNS varchar …

postgresql plpgsql guid
How Random is System.Guid.NewGuid()?

I know this may sounds like a pointless question, but hear me out... I basically want to know if I …

.net random guid