Tagged Questions
3
votes
2answers
1k views
How to import a varbinary(max) column with bulk import?
I have a varbinary(max) column that I need to bulk import. The data I'm putting into this column is a byte[] in C#. How do I format the data in the comma-delimited file used for bulk import? In ...