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 make is not truncated.?
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 make is not truncated.?