Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, October 22, 2017

using cross apply to find different values trough xml files eficiency

SQLServerCentral » Latest topics
using cross apply to find different values trough xml files eficiency

Hello Experts,

I am trying to run the following query:
           SELECT CAST(t.nodes.query('data(item)') as varchar(max)) 'Item',
         

No comments: