2

I'm storing an XML as a string in a column of a table I have in SQL Server 2008. I'm thinking of using Linq-to-XML to read the string as an XElement.

My question is, would using Linq-to-XML make the process of reading the xml from the table column slower?

1 Answer 1

2

This test found XMLReader to have the best performance: http://www.nearinfinity.com/blogs/joe_ferner/performance_linq_to_sql_vs.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.