RIL_button( “http://sqlconcept.com/2013/02/27/storing-xml-in-sql-server-note-to-self/”, “Storing XML in SQL Server – note to self” );
There are several ways of storing XML documents in SQL Server table.
One way is to use a table with datatype varchar(max) or nvarchar(max).
another option is to use XML data type column
or you can use varbinary(max)
if you are using SQL 2012, then there is yet
Continue reading [...] Storing XML in SQL Server – note to self [...]




(2 votes, average: 4.50 out of 5)