Hi Everybody,
I have to generate a huge xml report in Sql Server 2005 Stored procedure. I can not take varchar because of maximum length limit. So decided to take XML Variable but unfortunately we can not concatenate XML variables. So if anybody knows that how to concatenate please let me know.
Right Now I am using temptable in which there is one xml column so I am updating that xml column in the loop in stored procedure but that is taking very long time coz it updates every node to the temp table.
so please help me on this.
RK
Start Free Trial