Community

SQL Server XQuery: .modify() method

(Stuart Ainsworth) Continuing with XQuery, today’s post addresses the .modify() method against the xml data type; this method is used to update XML documents by applying one of three XML DML statements (insert, delete, or replace) via the use of a SQL SET statement.

Read More - Register for Free Membership