sql - Understanding Raw Data -
when going through tables in database, see table called measbinary , attribute attracted me rawdata. image type , allow null. have attached screenshot of table me understand that? , how understand how has been processed ?
update : checked stored procedures , find image parameter passed sp_storebinary @rawspectra image , value inserted table mentioned above.
this raw data of binary field. has "no meaning" except being way ssms (management studio) show binary field. remember - ssms (and database) have no clue in field (image, word document, whatever) , how show it. hex coded string "as gets" generic approach, allows programmer compare first bytes.

Comments
Post a Comment