Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: xml

    Hi,

    i think the below script will help you. (this is not my script)

    CREATE TABLE XmlImportTest

    (

    xmlFileName VARCHAR(300),

    xml_data xml

    )

    GO

    DECLARE @xmlFileName VARCHAR(300)

    SELECT @xmlFileName...

Viewing post 1 (of 1 total)