problem with for xml explicit clause in sql server 2005
Posted
by harrycode
on Stack Overflow
See other posts from Stack Overflow
or by harrycode
Published on 2010-05-26T05:59:15Z
Indexed on
2010/05/26
6:01 UTC
Read the original article
Hit count: 168
sql
I am using for xml explicit clause in sql to send table data as xml from sql to asp.net page. I have created a stored procedure when i run store procedure in sql mgmt studio my xml is same as expected. But when I fetch It in asp.net then Xml returned is broken into two rows if xml exceeds certain character limit. I want result to be in single row. I am unable to figure out why single xml string is broken into two rows.
please help
© Stack Overflow or respective owner