Results 1 to 4 of 4

Thread: Add data from xl file into a SQL 2008 Table that is already created

Hybrid View

  1. #1
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Are you using Import wizard in SQL Server management studio?. You can select an existing table by clicking the default destination table list. There is a drop down there to select other table than the one picked by the wizard.

  2. #2
    Join Date
    Mar 2013
    Location
    Montana
    Posts
    2
    Hi skhanal,
    I guess my question would be, I have already created the tables in SQL. I want to somehow get the data from the xl spreadsheet into my sql tables. Yes, I ran the SQL Import Wizard, but to do what you say, it asks for a script file to run. It seems it wants to do a map but this is where it asks for a script file to run. I need the script file or another sql command I can run within the database or a script I can run on the import of the data I need.

Posting Permissions

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