sp_xml_preparedocument limits the number of elements that can be open at one time to 256
  Home FAQ Contact Sign in
microsoft.public.sqlserver.xml only
 
Advanced search
POPULAR GROUPS

more...

microsoft.public.sqlserver.xml Profile…
 Up
sp_xml_preparedocument limits the number of elements that can be open at one time to 256         


Author: Paul Cahill
Date: Sep 10, 2008 07:30

Our VB programmers are re-writing some of our systems in .net. They have
asked me if they can send me an xml representation of the data. This looks
like a good idea to me too.

I have seen that I can parse this using sp_xml_preparedocuement. I can work
out what is to be inserted, updated or deleted. The documents will be quite
large and complex.

Before I commit to the new design could some one explain to me exactly what
256 limit means? I'm an xml noob.

Thanks
Paul
no comments