top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is OPENXML in SQL Server?

+2 votes
312 views
What is OPENXML in SQL Server?
posted Oct 27, 2015 by Shivaranjini

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

OPENXML can parse the xml data in SQL server very efficiently in SQL Server. OpenXML primarily gives the ability to insert XML data to the relational database, however we can query the data too using OpenXML. We need to specify the path of the xml element using xpath.

answer Oct 28, 2015 by Manikandan J
...