Click here to Skip to main content
15,886,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!
I am Interested in Exporting An Excel Data File to Sql Server 2005 SQL
Table. Can Any Body Help me out In Achieving This. Thanks.
Posted

Use the SQL Server Import and Export Wizard.
 
Share this answer
 
Export from excel to SQL server database can be done using various methods like DTS, Bulk Copy etc.

To Import Excel Spreadsheet Data into SQL Server Database Table Using SqlBulkCopy, refer the following link:-
http://www.davidhayden.com/blog/dave/archive/2006/05/31/2976.aspx

To Transfer Data to Excel by Using SQL Server Data Transformation Services, refer the following link:-
http://support.microsoft.com/kb/319951
 
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