Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Import data from Excel into existing table....

Author  Topic 

konquistador
Starting Member

4 Posts

Posted - 2007-11-27 : 05:28:29
Hi guys, I need to import all data from Excel spreadsheet to a Sharepoint Content Database (SQL Server).Please suggest the
best way to do this.
For this when i run the Import wizard under Tasks--> Import in Management Studio 2005 ....it asks me to choose the database
name etc....but How to use the Import/Export Wizard to Export Data from a .xls source to an existing table in a database....that is i need to append/insert my excel data into an existing table.

Thanks,
Kon

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-11-27 : 07:44:06
Right click->all tasks->Import/export and follow furthur
or using query http://sqlteam.com/forums/topic.asp?TOPIC_ID=49926

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

kkiranvr
Yak Posting Veteran

54 Posts

Posted - 2007-11-30 : 12:09:23
While using Import/Export Wizard, you have to follow these steps..
1. go to import/Export Wizard.
2. Select Data source as Microsoft Excel (in drop down button)
3. Give the excel sheet name.
4. Next
5. Select server name to which you want to import (Destination Server)
6. give the database name there (destination DB)
7. select the destination table in that destination DB.
8. Next
follow the instructions according to the screenshots....
you will be alright.

-Thanks N Regards,
Kanthi.
Go to Top of Page
   

- Advertisement -