I was analyzing my situation and I face with the problem that I need to save the content of an XML file in SQL SERVER 2008. My XML files have a size around 200KB to 600KB
For the momment, how would I define the field to accept this content? I can imagine I can set the content directly but I’m not sue about this problem.
Thanks in advance.
SQL 2008 supports a dedicated
xmldata type, which is documented here.Some details include the following for fragments, and documents, respectively:
Also, a point on capacity (though a 2GB limitation should be hard to reach in the majority of cases):