Forum Discussion

sarasgr7's avatar
sarasgr7
Copper Contributor
Jun 28, 2022

Azure Data Studio

When opening the xml stored in database table in the Azure data studio it displays tags in multiple lines like below

<header1>

value1

</header1>

Is there any command equivalent to TRYCAST in SSMS which opens the XML in single line. I'm expecting to open the xml as below in Azure Data Studio.

<header1>value1</header1>

No RepliesBe the first to reply

Resources