Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have some data's loaded in XL-sheet.I want to export the the datas's from XL-sheet to Database...



Can anyone help me out.
Thanks in advance
Posted
Comments
ssd_coolguy 16-May-12 5:11am    
if you want to transfering data from excle to SQL databse
you can go for DTS packages..

This might work when the sql table columns matches with the excel sheet columns.
If it doesnot matches then??????????
 
Share this answer
 
This can be directly in database by using Import option.

Steps:
1.right click on the tablename
2.Select task
3.Import
4.In source select Microsoft EXcel from dropdown list
5.click next
6.In source give sql connection and specify the tablename
7.select the sheet u want from EXcel(Sheet1$)
8.click next and finish

Thus all data's from Excel is loaded to DB..
 
Share this answer
 
This can be directly in database by using Import option.

Steps:
1.right click on the tablename
2.Select task
3.Import
4.In source select Microsoft EXcel from dropdown list
5.click next
6.In source give sql connection and specify the tablename
7.select the sheet u want from EXcel(Sheet1$)
8.click next and finish

Thus all data's from Excel is loaded to DB..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900