Select .... for XML path
what's the exact location of the setting ?Tools-> Options->Query Results->Results To GridOrCNTRL+SHIFT+D(2012) Or CTRL +D(2008)Please use Marked as Answer if my post solved your problem and...
View ArticleSelect .... for XML path
Sounds like you are victim to truncation in your query tool. That is, it is only a display issue. Use SQL Server Management Studio with grid mode to see XML results, which permits you to click on the...
View ArticleSelect .... for XML path
I tried your query with more than 100K records which is working fine. Can you click on the XML generated and see whether its truncating?Please use Marked as Answer if my post solved your problem and...
View ArticleSelect .... for XML path
Hi~ I am writing something select columnname from testingtable for xml path('tag') And I found the result is truncated. The column has about 400 rows, and each cell has about 5-10 charaters .. How to...
View Article