I have a program that I developed that builds an XML file that stores base64binary data from images stored in SQL Server. The XML file along with the schema get transfered, then another program picks them up and uses the SQLXMLBULKLOADL ib to insert the XML data based mapped with a Schema file back into SQL Server.
The problem is that when it imports it into SQL Server, it creates a varbinary(8000) data type instead of varbinary(MAX)...