this is pretty much a noob question but i can't find a solution.
I'm using a SQL Server Database. In one table a column has the DataType varbinary(max). The values for this column are shown a hex values(When i'm using a select - query). What is the best way to write the shown hex String completly into a text file?
Two Constraints: * Copy&Paste is not an Option. The value i want to extract has a length of approx. 69000 Chars. The Windows Clipboard seems to store only around 43000 Chars. * I've tried to save the query Result as a .csv File. But the maximum size for these files is around 65000 chars.