Hi - I'm working on an asp.net application that uses sql server 2000 as the back end. I have a situation in which I often have many thousands of rows to insert into sql. So in my application I am creating an XML document and am passing it into a stored procedure that performs a Bulk Insert. Sometimes I'm getting the following error:
XML parsing error: Required white space was missing.
It seems that I get this error on the larger files - 10,000+ records. When I run smaller files it works fine. It might be coincidence that it's happening with the larger files, but then again it might not.
Anyone have any ideas as to what this error is? I've researched, but have been unable to determine the problem so far.
Thanks...
XML parsing error: Required white space was missing.
It seems that I get this error on the larger files - 10,000+ records. When I run smaller files it works fine. It might be coincidence that it's happening with the larger files, but then again it might not.
Anyone have any ideas as to what this error is? I've researched, but have been unable to determine the problem so far.
Thanks...