Download zip file

  • I am looking for a solution to doanload the zipped file from internet, unzip it and dump in to a table. Please help me.

  • What it has to do with T-SQL?

    _____________
    Code for TallyGenerator

  • I have to do that using SQL Sever

  • Why not hockey stick?

    Must be as useful.

    _____________
    Code for TallyGenerator

  • It might be easier, after installing some/any zip package on the server, to simply invoke if from t-sql (using xp_cmdshell) or the command line.

  • I tried something similar with sp_OAxxx and OLE object "MSXML2.ServerXMLHTTP". In spite of MS's insistance to have removed the size limitations in SQL2005 of VarChar, nVarChar,... etc. you will still encounter a problem when attempting to return data from an HTTP request that is larger than 8000 bytes (i.e., your ZIP file).

    This could just be a problem with the old (deprecated) Extended Stored Procedure APIs, but, at any rate, the problem still exists with a valid access method (sp_OAxxx).



    PeteK
    I have CDO. It's like OCD but all the letters are in alphabetical order... as they should be.

Viewing 6 posts - 1 through 5 (of 5 total)

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