sql server programming:
Hi all
If I execute the query---" select * from categories for xml auto"
It will return a column name with XMLsomething and the value as xml
representation of the above executed result.
I have to insert the xml value into another table which has only one
column of datatype varchar(8000).
Help me out
Regards
thomson