Does anybody know of a free utility that I can use to view the contents of fields containing binary data in an MS SQL Server 2005 database?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Depends if it is just text stored as binary or not, if it is then take a look at this
output 0x61626364656667 abcdefg |
|||
|
|
Do you have anyother option to set which would display 0xa1231el57ld15 when you use Open Table option? I miss SQL server 2000 now :( |
|||
|
|