January 31, 2013
Argument data type xml is invalid for argument 1 of like function
If you haven’t realized it by now, you cannot do a LIKE without any magic on a XML column. If you do, you will get the following error : Argument data type xml is invalid for argument 1 of like function If you need to do a LIKE on a column with XML, there are a few ways to go...