i have data in sql server 2000 of type binary(16) need convert varchar or string.
what have tried (i found here):
sys.fn_sqlvarbasetostr(my_binary_data) but dose not work in sql server 2000 other options or solutions have convert binary data varchar ?
Comments
Post a Comment