Top "Xquery-sql" questions

the XQuery language as supported by database systems.

XQuery adding or replacing attribute in single SQL update command

I have a Table with an XML column, I want to update the xml to insert attribute or to change …

sql-server xml tsql xquery xquery-sql
Update(Replace partcial value) XML Column in SQL

I have an XML column in my Table and i wanted to replace particular text wherever it appear in that …

sql sql-server xml tsql xquery-sql
Using SQL to transpose/flatten XML structure to columns

I am using SQL Server (2008/2012) and I know there are similar answers from lots of searching, however I can't seem …

sql-server xml tsql pivot xquery-sql