I have an application that needs to use the SQL sp_xml_preparedocument and OPENXML sp's. However, my original XML file will be very large and I need to 'feed' the whole file to the sp's Input Parameter so the two referenced sp's can work. Is there SQL code to read an XML file to create the needed Input Parameter? Or do you know of a way to send it over from an Access 2007 project?
Thanks for any help you can provide.
Thanks for any help you can provide.