XML to SQL server

  • What is the best way to import a XML file over the web (http:\\Name.xml) .

    Using

    SQL server 2000 (T-SQL)

    VBScript ?

    DTS process ?

    sp_OA* procks?

    ...

    with out using:

    1.SQLXMLBulkLoad(as there are extra steps creating schema)

    2.xp_cmdshell

    Thanks

  • Best way according to what criteria?

    In SQL 2000 using a client application to parse XML data is your best option. Don't use SQL Server for tasks it's not good at.

    ML

    ---
    Matija Lah, SQL Server MVP
    http://milambda.blogspot.com

  • Thanks You,.. kind of answered my question in a way. I was thinking of importing XML file to SQL and Automating the process, so was looking into different options....Seems like neat way to do is using VB script or some thing like that....

  • Hey!

    Got any solution for that?

    That'd be greate!

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

You must be logged in to reply to this topic. Login to reply