Results 1 to 5 of 5

Thread: Import data from csv or excel file into sql 2005

  1. #1
    Join Date
    Jun 2010
    Posts
    3

    Import data from csv or excel file into sql 2005

    I have more than one excel file to import into sql. How would I do that? Can you point me to the right direction. Thanks, Sarah

  2. #2
    Join Date
    Jan 2009
    Location
    Forest Grove, OR
    Posts
    5
    Try this: msdn.microsoft.com/en-us/library/ms140052.aspx

    or Google using "Excel", "import", "SQLServer"

  3. #3
    Join Date
    Jun 2010
    Posts
    3

    Import Export Wizard 2005 sql server

    Thank you very much for your reply.
    It did not answer my question.

    My question to you is, first I will upload a csv file data into sql server 2005. I have a second file that need to be also uploaded into the same database table. What would happen to the data first time uploaded. Will the second set of data will go below the first set of data? or what exactly I should do in order to dump additional data into the same table.

    This is why I asked what would I do if i had two set of csv files to upload into the same database table.

    Thanks,
    Sarah

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Check this one: http://www.sqlis.com

  5. #5
    Join Date
    Jun 2010
    Posts
    3
    I am a newby. Can you be more specific and tell me which link I am supposed to be looking at? Thanks.

Posting Permissions

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