Next in thread → Next in month →

RE: [xml-dev] Large xml processing into SQL Server

From
Michael Rys <>
To
Michael Champion <>,
Date
2005-01-09T06:36:42Z
ID
<>
Thread
RE: [xml-dev] Large xml processing into SQL Server
Note that the SQLXML XML Bulkload object is based on a SAX parser. So
you should not have a problem with a file that size.

Best regards
Michael

> -----Original Message-----
> From: Michael Champion [mailto:]
> Sent: Friday, January 07, 2005 12:37 PM
> To: 
> Cc: XML Developers List
> Subject: Re: [xml-dev] Large xml processing into SQL Server
> 
> On Fri, 7 Jan 2005 14:14:18 -0600, 
> <> wrote:
> 
> > Thank you all who have offered to help!
> 
> Have you looked at
> http://www.awprofessional.com/articles/article.asp?p=102307 ?  It's a
> sample chapter" Using SQL Server's XML Support"  By Ken Henderson.
> from The Guru's Guide to SQL Server Architecture and Internals.
> (Addison Wesley Professional.) It discusses bulk loading.
> 
> Since your file seems to be structured into relatively simple records,
> can you just break up the file into smaller chunks?
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
Next in thread → Next in month →