httplog into table

  • Hy,

    I need to insert contents of http (somtehing like this http://xx.xx.xx.xx/httplog) into table in sql 2005 express. How can i do this? Can I reed contents of httplog directly into table (varchar 1000) or I need to use third party software?

    Please help!

  • Dear

    I think you should first extract data from http location then try to insert data in sql server 2005.

    Thanx

    Thanks

  • You can use WGET utility in the script, it will place the downloaded file to your local hard drive and then the next step of the job will be to upload data from the file using either SSIS, BCP or BULK INSERT statement

    Make sure you install WGET for Windows:

    http://users.ugent.be/~bpuype/wget/

    Regards,Yelena Varsha

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

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