Is there any way to make a field larger then the 4000 characters that
nvarchar allows?
...
more >>
Greetings,
I have been asked to convert a decimal value to hexadecimal and store
the hex characters as a string. I can convert to binary(hex) just fine
using an int to binary casting, but when I convert it to a char string,
it shows only the funky binary characters (+=D0=BB).
For example....
more >>