Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xml

Greater Than Operator > In Hana

I'm passing Sql Staments from Ms sql server to Sap Hana Sintaxis (There are inside an xml file)… Read more Greater Than Operator > In Hana

Order Attribute Names In Xml Using T-sql

I need to order attribute names in alphabetic order and I've created following code, but it lef… Read more Order Attribute Names In Xml Using T-sql

Xml Data Type Method “value” Must Be A String Literal

How to change my query so that this error doesn't happen: XML data type method “value” must b… Read more Xml Data Type Method “value” Must Be A String Literal

In Hive, How To Read Through Null / Empty Tags Present Within An Xml Using Explode(xpath(..)) Function?

In below Hive-query, I need to read the null / empty 'string' tags as well, from the XML co… Read more In Hive, How To Read Through Null / Empty Tags Present Within An Xml Using Explode(xpath(..)) Function?

Datatable With Sqlgeography Column Can't Be Serialized To Xml Correctly With Loss Of Lat,long And Other Elements

I tried to serialize a DataTable object to xml. The DataTable has a column with type 'geography… Read more Datatable With Sqlgeography Column Can't Be Serialized To Xml Correctly With Loss Of Lat,long And Other Elements

Open Xml Document And Return For Every Row, Based On Row's Path To Xml File

I'm pretty new to using XML with TSQL, and recently ran into an issue that I can't think ar… Read more Open Xml Document And Return For Every Row, Based On Row's Path To Xml File