0
kicks
Writing a TSQL Function to compare two XML values (Part 2)
This is the last part of a two-part series that creates a function to compare two XML data type values. SQL Server does support comparing two XML values. This post demonstrates how to create a TSQL Function that compares two XML values.