2022-01-28
541 reads
2022-01-28
541 reads
Determining the property syntax when modifying XML values in SQL Server can be time consuming if you don’t work with XML regularly. SQL Server includes a very flexible XML...
2019-05-15
Learn how to use T-SQL to fix contents of an XML document using FLWOR
2019-01-17
2,558 reads
What is the most efficient way to modify XML values? To allow for precise modification of XML nodes and values, the XQuery XML query language employs an extension known as the XML Data Modification Language (DML). The XML DML uses the XML modify() method, which makes use of three operational keyword sets: insert, replace value of, and delete. Seth Delconte takes a closer look.
2018-07-11
2,712 reads
Free download to all Simple Talk users. XML has been part of the SQL Standard since 2003, and is essential for any DBA because so many of the dynamic management views return XML data. Now that the industry is more used to data defined by document markup, it is becoming more important than ever for Database Developers and DBAs to understand the technology and to know where it makes sense to use XML.
2017-06-02
6,152 reads
Source xml is a rendition of a cross-tab report. I show the evolution of a Spackle solution for import as a SQL resultset.
2017-06-08 (first published: 2017-06-01)
445 reads
2017-01-20
1,002 reads
2016-08-25
1,124 reads
2016-06-22
1,204 reads
2016-06-01
1,448 reads
Resumes have been on my mind a lot recently. I’ve been thinking that I...
By Steve Jones
Outside of coping tips, I’m gonna take a break from blogging. I’ve been aiming...
Most of the time when I talk about or demo Extended Events, I spend...
Comments posted to this topic are about the item Establishing a Connection to PostgreSQL...
Comments posted to this topic are about the item Azure Data Lake Storage Gen...