The following article has a detailed explanation on how to do that using Integrtion Services:
<a href="http://blogs.techrepublic.com.com/datacenter/?p=205">How to import an Excel file into SQL Server 2005 using Integration Services</a>
And this guide from Microsoft explains how to do it using some other methods:
<a href="http://support.microsoft.com/kb/321686">How to import data from Excel to SQL Server</a>
Hope this helps.
Last Wiki Answer Submitted: November 25, 2008 1:53 pm by carlosdl63,535 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Basically you create a template by selecting a table and fields, then paste the data into the Excel application, validate and send.
Defaults values can be NULL, a value, or an Excel formula.
You can create custom SQL too, for example if you have some records that need to be inserted and some that need to update, here is an example of the custom SQL idea:
You might find this application useful.
You can avoid problems with validation and set defaults for missing values:
http://leansoftware.net/en-us/products/exceltodatabase.aspx
Basically you create a template by selecting a table and fields, then paste the data into the Excel application, validate and send.
Defaults values can be NULL, a value, or an Excel formula.
You can create custom SQL too, for example if you have some records that need to be inserted and some that need to update, here is an example of the custom SQL idea:
http://leansoftware.net/tabid/123/g/posts/m/23/Excel-MySQL–INSERT-or-UPDATE-Records.aspx#post23
Only recently released & free to try.
I am just hoping for feedback or suggestions you have for improvement.
Thanks
Richard