Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Finding a string in XML column using sql server

$
0
0
1. I have a table with a xml column.
2. I require to search for sub string in that xml column for all its node and value. Search should be case insensitive
3. Structure of XML in each row is different

I used below query to do that,

Viewing all articles
Browse latest Browse all 3145

Trending Articles