I have a SQL Server 2005 database with a few database tables that have columns that use the XML data type. It seems the Find stored procedure Net Tiers generates does not conform to the SQL Server requirements.
I keep getting an error message whilst trying to create the procedure - "The xml data type cannot be compared or sorted, except when using the IS NULL operation). I have noted that in the Find procedure, it does a equality comparision as well as a IS NULL comparison. By removing the equality comparison, the procedure executes successfully.
I'm wondering if anyone is experiencing this issue and if there is a fix. I'm going to manually modify the procedure file for the interim.
Cheers,
Kent.