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

Querying against XML

$
0
0
Hello all,

I have the following xml and I'm trying to build a query that will output ids of both familyid element and memberid element under each family node. Is it possible using sql?

DECLARE @XML XML;

SET @XML =
 N'

Viewing all articles
Browse latest Browse all 3145

Latest Images

Trending Articles



Latest Images