Re: XML to SQL2005.net2.0 unattended
- From: hdjim69 <hdjim69@xxxxxxxxxxx>
- Date: Wed, 23 Jan 2008 08:26:32 -0800 (PST)
Yes, the sp_xml_preparedocument is native.OPENXML is reasonably well documented in Sql Server's Books On Line.
Enter "OPENXML function" in the Index, and follow the link at the bottom of
the article for "Querying XML Using OPENXML".
I did some research on this and using OPENXML is not recommended on
anything but small xml files due to the fact OPENXML is very memory
intensive which could bring the system down. Not good.
"OPENXML is very memory intensive. The pointer returned by the system
stored procedure sp_xml_preparedocument is a memory pointer to a COM
XML document object model. So, you must be careful not to load large
XML documents into memory with OPENXML because it may overload your
server's memory."
here is the link to this citation: http://articles.techrepublic.com.com/5100-9592-6138776.html
.
- Follow-Ups:
- Re: XML to SQL2005.net2.0 unattended
- From: Alberto Poblacion
- Re: XML to SQL2005.net2.0 unattended
- References:
- XML to SQL2005.net2.0 unattended
- From: hdjim69
- Re: XML to SQL2005.net2.0 unattended
- From: Alberto Poblacion
- Re: XML to SQL2005.net2.0 unattended
- From: hdjim69
- Re: XML to SQL2005.net2.0 unattended
- From: Alberto Poblacion
- XML to SQL2005.net2.0 unattended
- Prev by Date: Re: ftp request through ftp proxy
- Next by Date: Data record from Database, displaying as special characters in web page
- Previous by thread: Re: XML to SQL2005.net2.0 unattended
- Next by thread: Re: XML to SQL2005.net2.0 unattended
- Index(es):
Relevant Pages
|