Showing posts with label openxml. Show all posts
Showing posts with label openxml. Show all posts

Monday, March 19, 2012

Maximum Size of OPENXML IN SP

How much data we can pass through as an XML Text into SP by the concept OPENXML

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2k5xmloptions.asp

"Limitations
...The size of an XML document that can be stored in Novarchar (max) data type is limited to 2GB. ... "

HTH