FTP to SQL

  • Hey all,

    I am trying to gather data from an FTP server and put it into a SQL database that i created. Anyone know where i can begin on this? or have any sample scripts to get this accomplished?

     

    Much appreciated,

     

    Thanks,

    Tim

  • FTP to a text file... then BCP or Bulk Insert into SQL Server.  See Books Online for more info on either or both.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

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

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