fitting a GUID field into a smaller field without losing uniqueness -


i need send guid pk field (length = 36) downstream system accept 20-char long. cost-prohibitive increase length of field in downstream system. if truncate field lose uniqueness.

any way stuff 36 characters long guid varchar(20) field without losing uniqueness?

thank kathy

since varchar(20) 20 bytes , guid 16, should able fit in ascii85-encoding binary guid.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -