I am trying to return Xml value from SQL Server 2005 using For Xml. Is there any limit in the size of xml returned from SQL Server?
I will be using ExecuteXmlReader to get the value in my C# code.
Also, is there any limit on the data that can hold in an XmlReader?
Any thoughts...