Import Data from Excel to SQLhttp://forums.asp.net/t/1775002.aspx/1?Import+Data+from+Excel+to+SQLFri, 02 Mar 2012 06:39:41 -050017750024856259http://forums.asp.net/p/1775002/4856259.aspx/1?Import+Data+from+Excel+to+SQLImport Data from Excel to SQL <p>Hi,</p> <p>I have to import data from an excel file to SQL 2008 R2. Please help me out on this. Kindly let me know from scratch.</p> 2012-02-29T07:33:52-05:004856268http://forums.asp.net/p/1775002/4856268.aspx/1?Re+Import+Data+from+Excel+to+SQLRe: Import Data from Excel to SQL <p>try this</p> <p><a href="http://support.microsoft.com/kb/321686">http://support.microsoft.com/kb/321686</a></p> <p><a href="http://www.codeproject.com/Articles/32581/Import-Data-from-Excel-to-SQL-Server">http://www.codeproject.com/Articles/32581/Import-Data-from-Excel-to-SQL-Server</a></p> 2012-02-29T07:37:07-05:004856274http://forums.asp.net/p/1775002/4856274.aspx/1?Re+Import+Data+from+Excel+to+SQLRe: Import Data from Excel to SQL <p>In sql, right click on your dataBase you will have an &quot;import...&quot;&nbsp;option.&nbsp;Than tou will have a wizard, follow it. In import section you&nbsp;will have source data options -</p> <p>choose&nbsp;flat file source. that play with the field seperators and line delimiters...</p> <p>It is quite easy.... If you succeeded to achieve it - check the box save it as ssis or something like that - that will keep the procedure you did manualy into an automatic job that you can active any time you want.</p> <p>Hope I helped.</p> <p>If there are any more questions let me know.&nbsp;</p> 2012-02-29T07:40:22-05:004856806http://forums.asp.net/p/1775002/4856806.aspx/1?Re+Import+Data+from+Excel+to+SQLRe: Import Data from Excel to SQL <p>I need to upload the Excel data from .Net framework not from SQL</p> 2012-02-29T12:02:54-05:004860171http://forums.asp.net/p/1775002/4860171.aspx/1?Re+Import+Data+from+Excel+to+SQLRe: Import Data from Excel to SQL <p>Hi,</p> <p>Have a look at these samples about importing Excel data to Sql Server:</p> <p><a href="http://support.microsoft.com/kb/321686">http://support.microsoft.com/kb/321686</a></p> <p><a href="http://www.codeproject.com/Articles/29045/Import-Excel-files-to-SQL-Server-dynamically">http://www.codeproject.com/Articles/29045/Import-Excel-files-to-SQL-Server-dynamically</a></p> <p><a href="http://shawpnendu.blogspot.com/2009/05/how-to-import-excel-spreadsheet-data.html">http://shawpnendu.blogspot.com/2009/05/how-to-import-excel-spreadsheet-data.html</a></p> <p>Thanks,</p> 2012-03-02T06:39:41-05:00