I am trying to import an xml file that is 5.9MB using a data flow task with an XML file source. It is going to an OLEDB destination and I have verified all of the mappings and I had the XML source create the schema for me. When I execute the
package it immediately goes to the data flow and shows that the package completed with success, but it does not import any rows. I have used this package with identical smaller files, but when I try with 5MB and larger is shows success, but does not import
any of the data. Is there a file size limit possibly?
David Dye My Blog