Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: select from XML type ntext

    G[/code][/code][/code]Squared (7/15/2009)


    Take a look at this, see if you can work with it:

    declare @String varchar(max), @XML XML;

    select @String =

    '<Seq>

    <MyElement Number="12">

    <InnerElement>

    <simpleTable idt="d1" varVal="1">Some Value1</simpleTable>

    <simpleTable idt="d2" varVal="1">Some Value2</simpleTable>

    <simpleTable idt="d3" varVal="1">some Value3</simpleTable>

    <simpleTable...

Viewing post 1 (of 1 total)