MS SQL Server XML Integration Question:

What are XML indexes?

Tweet Share WhatsApp

Answer:

XML indexes are created on XML data type columns. Having XML indexes will reduce cost with respect to maintenance and data modification. Use of XML indexes avoids the need to parse the complete data at runtime thereby increasing query processing efficiency.

Download SQL Server XML Integration PDF Read All 7 SQL Server XML Integration Questions
Previous QuestionNext Question
What are secondary XML indexes?What is FOR XML in SQL Server?