October 25, 2011 at 12:20 pm
I have two columns, in a new table I created, that will store hexadecimal values. One will be 8bit hex and the other 16bit hex. What is the best way to store this type of data? Varbinary, image, etc... Any help will be appreciated.
October 25, 2011 at 12:52 pm
Using BOL (Books On Line) for a reference. Think about using a single column whose data type is varbinary.
October 25, 2011 at 8:22 pm
I guess my recommendation would be BINARY(1) and BINARY(2).
--Jeff Moden
Change is inevitable... Change for the better is not.
October 26, 2011 at 7:09 am
Thanks for the replies.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply