Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?