Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Convert varbinary to variable 4 byte int array

I have a column in an MS SQL table that is of type varbinary(max).

It's content is actually a variable array of 4 byte int's (int32).

Is there a method/function I can use to convert this field so I can then plot the data on a chart?

0 Replies