SQL Server Error Msg 970 – Warning: The XML instances in the XML column “%.*ls.%.*ls.%.*ls” may contain negative simple type values of type xs:date or xs:dateTime. It will be impossible to run XQuery or build a primary or selective XML index on these XML instances.

In this blog post, let’s learn about the error message “970 – Warning: The XML instances in the XML column “%.*ls.%.*ls.%.*ls” may contain negative simple type values of type xs:date or xs:dateTime. It will be impossible to run XQuery or build a primary or selective XML index on these XML instances.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

970 – Warning: The XML instances in the XML column “%.*ls.%.*ls.%.*ls” may contain negative simple type values of type xs:date or xs:dateTime. It will be impossible to run XQuery or build a primary or selective XML index on these XML instances.

Reason for the Error

To be update soon…

Solution

To be update soon…