I have unique company name for e.g.
company = "NEW YORK MED CTR" from that I would like
make a function to encode it into some kind of alpha numeric code that would be the equivalent.
I've considered maybe doing some kind of string to hex function, but haven't found much in terms of T-SQL solutions all all example ive found have been in java or .net
company = "NEW YORK MED CTR" from that I would like
make a function to encode it into some kind of alpha numeric code that would be the equivalent.
I've considered maybe doing some kind of string to hex function, but haven't found much in terms of T-SQL solutions all all example ive found have been in java or .net