I have a query which fetches a column from a table whose data type is VARCHAR(MAX).It returns only 1 row which is very long(actually its a XML file text).I need to copy that entire content from that column..I am not able to do that as it copies text to certain length.How do I get that entire content.Please help!!!!!
Share
One of
CAST (MyCol as XML)and it opens in a new query window on click