Results 1 to 5 of 5

Thread: Import CSV files to SQL

  1. #1
    Join Date
    Mar 2003
    Posts
    2

    Import CSV files to SQL

    I have SQL 2000 running under windows 2000 server.

    Question:
    I'm receving CSV files from the field.
    I would like to built SQL database from daily CSV files. I've been doing this manually however, is there anyway I can do this task automactically so that once new daily CSV file ~200KB appear in the folder, progarm automatically insert recent file to SQL database... Do I need to write VB progarm for this? Please help...

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    u can write a dts package and schedule it for every 15 min daily. write activex script to check the status of existance of file. if the file exist the dts will import it. and rename the csv file to old.

    refer: www.sqldts.com

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    You can build a dts package to load data and set up schedule to run the package.

  4. #4
    Join Date
    Mar 2003
    Posts
    2
    Thank you for the prompt reply. I have no background in progarming nor time to do it by myself. Furthermore, this is project have to finised by end of April. I'm looking for contractor who could come in and do this programming for Compnay located in zip code 06810. Do you guys know anyone?

  5. #5
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    I can do it for you. I can send the dts package and complete instruction set.

    email me the details. we will discuss
    .

    mak_999@yahoo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •