Hello! Wondering why my VARBINARY values are displayed like this when I turn on "View binary data as text"?
It looks normal in HEX format:
Hello! Wondering why my VARBINARY values are displayed like this when I turn on "View binary data as text"?
It looks normal in HEX format:
That's expected. Your binary fields contain mostly 00/NUL/Null characters. Hex 07 is a BEL/Bell character. Both are just control characters, and have no visual representation. What do you expect here to be displayed?
Please use the option "View binary data as text" only for fields of which you know they contain normal text with printable characters.
Please login to leave a reply, or register at first.