Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Help with XML

    lmu92 (4/12/2010)


    Okay, we have the table def. But where are the INSERT statements?

    You posted the expected result the second time... 😉

    Sorry Lutz, here's the insert

    INSERT XMLTransactions (

    OrderCode,

    Description,

    Value,

    CurrencyCode,

    Exponent,

    debitCreditIndicator,

    ordercontent,

    Action,

    CardNumber,

    Month,

    Year,

    CardHolderName

    )

    VALUES (

    '141323364',

    'MOBILE PHONE...

  • RE: More nvarchar(max) columns in one table

    wenna.geyer (4/12/2010)


    Hi,

    I am using MS SQL 2008 and the MS SQL native client ole db interface. My program is writen in C++.

    I have more than one nvarchar(max) columns in one...

  • RE: Help with XML

    lmu92 (4/9/2010)


    Please provide table def and sample data that correspond to your expected result in a ready to use format as described in the first link in my signature.

    Thanks Lutz...

Viewing 3 posts - 1 through 4 (of 4 total)