I've just taken over a project and there's an issue with null values in some fields. The XML file is loaded into SQL Server 2005 with the SQLXMLBulkLoad
The XML file is about 60mb.
Anyone any ideas, the fields in particular that seem to be causing the issue are of type ntext and allow nulls.
http://doughennig.blogspot.com/2006/07/sqlxmlbulkload-rocks.html fyi, on the other XML related newsgroups it has been suggested that "If you get "Internal error", that's a bug. However, you cannot assign to ntext parameters anyway". See whether you can use a temp table in this case to handle that part of data with relevant data types.