Enjoy Every Sandwich

Thoughts on SQL, XML, .NET and sometimes beer.

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Tools

List O'Links

Kent's Other Stuff

Subscriptions

News

Please read these
Notices and Disclamiers

Post Categories

Article Categories



Clarification of XML Type Storage in SQL Server 2005

The Books-on-line for SQL Server 2005 makes this statement regarding the limitations of XML data:

The stored representation of xml data type instances cannot exceed 2 GB in size.

It's correct, but it could be clearer. You could read this as "all of the instances combined can't exceed 2 GB in size." or "any given instance cannot exceed 2 GB in size." Per Michael Rys, and some of my own testing, you can definitely have more than 2 GB of XML type data in a single table, but no single instance can exceed that limit.

posted on Tuesday, August 17, 2004 8:08 AM by ktegels





Powered by Dot Net Junkies, by Telligent Systems