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

Trouble with openxml query

$
0
0
Hello, I have an XML document formed like the attachment.  I have it in a table which ddl is:

[code language="sql"]CREATE TABLE [dbo].[tablename](
    [ID] [int] IDENTITY(1,1)

Viewing all articles
Browse latest Browse all 3145

Trending Articles