Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: XML DATA STORE IN SQL SERVER 2005 IN A ROWSET

    Try using OPEN xml:

    Prerequisites: You should be able to query using xpath. See the below example

    DECLARE @idoc int

    DECLARE @doc varchar(1000)

    SET @doc ='

    <ROOT>

    <Customer CustomerID="VINET" ContactName="Paul Henriot">

    <Order...

Viewing post 1 (of 2 total)