﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / T-SQL (SS2K8)  / import data from excel file to sql server database / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 10:10:49 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: import data from excel file to sql server database</title><link>http://www.sqlservercentral.com/Forums/Topic1032839-392-1.aspx</link><description>Yup, easy solution is just Select destination database; right click go to Tasks -&amp;gt; Import Data. A wizard will show up to import and that give option to import from Excel. Select Microsoft Excel in DataSource.Select Excel file you need to import. Just follow the wizard steps. If you have long text in any column of Excel file; better to map the Source Column from Excel and Destination in DB table. Change the type properly that can parse Excel column's value else it will throw error.Enjoy!Regards,Himanshu</description><pubDate>Fri, 10 Dec 2010 00:34:35 GMT</pubDate><dc:creator>himanshumarwaha</dc:creator></item><item><title>RE: import data from excel file to sql server database</title><link>http://www.sqlservercentral.com/Forums/Topic1032839-392-1.aspx</link><description>Right click on the Database. Select Tasks-&amp;gt; Import dataThe wizard will take U step by step.Select excel as Datasource.</description><pubDate>Fri, 10 Dec 2010 00:19:44 GMT</pubDate><dc:creator>Pulivarthi Sasidhar</dc:creator></item><item><title>RE: import data from excel file to sql server database</title><link>http://www.sqlservercentral.com/Forums/Topic1032839-392-1.aspx</link><description>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------IMPORT FROM EXCEL TO TABLE----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Select * into XLSheet1 from OPENROWSET ('Microsoft.jet.OLEDB.4.0','Excel 8.0;database=C:\Latest.xls;','Select * from [Report$]') ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------EXPORT FROM TABLE TO EXCEL----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------INSERT INTO OPENROWSET ('Microsoft.jet.OLEDB.4.0','Excel 8.0;database=C:\Latest.xls;','Select * from [Report$]') select top 10 * from DataReport</description><pubDate>Fri, 10 Dec 2010 00:10:33 GMT</pubDate><dc:creator>Sandeep Moturi</dc:creator></item><item><title>import data from excel file to sql server database</title><link>http://www.sqlservercentral.com/Forums/Topic1032839-392-1.aspx</link><description>plz..........help any one .....how to import data from excel file to sql server database</description><pubDate>Thu, 09 Dec 2010 22:54:51 GMT</pubDate><dc:creator>gupta.sreekanth</dc:creator></item></channel></rss>