Import XML to SQL 2000



Dear all,

If we use OPENXML to import XML, is there possible to get the XML file, and
pass to the sp_xml_preparedocument ?

varchar(8000) is obviously a limit as most of the xml file we got is over
1Mb.

Ivan


.