I have a table with this config:
Now if you look at COLUMN_11, it is a varchar -1.
But as far as I know, to insert a PDF file into a table, you need filestream, and the column should be VARBINARY(max) right?
so, how is this working? why is there a PDF in a VARCHAR column?
the DocumentBody is this:
Obviously theres millions of this one.