top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is openxml in sql server?

+2 votes
1,256 views
What is openxml in sql server?
posted Dec 6, 2013 by Anuj Mishra

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

1 Answer

+2 votes
 
Best answer

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 Dec 6, 2013 by Neeraj Pandey
...