<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Export data from SQL Server to Excel without using SSIS or DTS</title>
	<atom:link href="http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/feed/" rel="self" type="application/rss+xml" />
	<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/</link>
	<description>Make New Ideas That Make Your Work Interesting</description>
	<lastBuildDate>Fri, 25 Sep 2009 08:24:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Thompson</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-93</link>
		<dc:creator>Matt Thompson</dc:creator>
		<pubDate>Tue, 18 Aug 2009 22:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-93</guid>
		<description>Great idea.  I tried BCP to get the desired output but it wouldn&#039;t readily re-import correctly back to SQL.  
Now i am going to incorporate this with just adding the column names via the information schema.  and trying to specify the worksheet name the same as well.</description>
		<content:encoded><![CDATA[<p>Great idea.  I tried BCP to get the desired output but it wouldn&#8217;t readily re-import correctly back to SQL.<br />
Now i am going to incorporate this with just adding the column names via the information schema.  and trying to specify the worksheet name the same as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tms</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-89</link>
		<dc:creator>tms</dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-89</guid>
		<description>Configuration option &#039;show advanced options&#039; changed from 1 to 1. Run the RECONFIGURE statement to install.
Configuration option &#039;Ad Hoc Distributed Queries&#039; changed from 1 to 1. Run the RECONFIGURE statement to install.
Msg 213, Level 16, State 1, Line 2
Insert Error: Column name or number of supplied values does not match table definition.

help-me! :)</description>
		<content:encoded><![CDATA[<p>Configuration option &#8217;show advanced options&#8217; changed from 1 to 1. Run the RECONFIGURE statement to install.<br />
Configuration option &#8216;Ad Hoc Distributed Queries&#8217; changed from 1 to 1. Run the RECONFIGURE statement to install.<br />
Msg 213, Level 16, State 1, Line 2<br />
Insert Error: Column name or number of supplied values does not match table definition.</p>
<p>help-me! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Esraelo</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-87</link>
		<dc:creator>John Esraelo</dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-87</guid>
		<description>Thank you!!  It worked for me right away.. excellent method..
This way, I don&#039;t have to enable my SSIS engine and process and I can put my script right onto the Job/Task sql panel.
awesome

JohnE</description>
		<content:encoded><![CDATA[<p>Thank you!!  It worked for me right away.. excellent method..<br />
This way, I don&#8217;t have to enable my SSIS engine and process and I can put my script right onto the Job/Task sql panel.<br />
awesome</p>
<p>JohnE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Esraelo</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-86</link>
		<dc:creator>John Esraelo</dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-86</guid>
		<description>Very useful information and it worked for me right away.. I wonder if the same type of openrowset would work with almost any external links..
Of course with the proper selection of the OLEDB and the path and all. that..
very good.. and thank you again.
JohnE</description>
		<content:encoded><![CDATA[<p>Very useful information and it worked for me right away.. I wonder if the same type of openrowset would work with almost any external links..<br />
Of course with the proper selection of the OLEDB and the path and all. that..<br />
very good.. and thank you again.<br />
JohnE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-84</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 20 May 2009 04:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-84</guid>
		<description>I am wondering is there a way to Export from EXCEL to MS SQL Server 2005 Express without using SSIS or DTS ?


Very much appreciate for your kind suggestion.</description>
		<content:encoded><![CDATA[<p>I am wondering is there a way to Export from EXCEL to MS SQL Server 2005 Express without using SSIS or DTS ?</p>
<p>Very much appreciate for your kind suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marin</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-83</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Fri, 15 May 2009 12:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-83</guid>
		<description>Ah, I was so happy to find this. but it doesnt work on 64bit :(</description>
		<content:encoded><![CDATA[<p>Ah, I was so happy to find this. but it doesnt work on 64bit <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen kumar</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-79</link>
		<dc:creator>Naveen kumar</dc:creator>
		<pubDate>Tue, 24 Mar 2009 07:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-79</guid>
		<description>hi

I tried running the query in sql 2000. I got the following error. My sheet name is sheet1 only. But still I am getting the error. Can u help me out?

Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider &#039;Microsoft.Jet.OLEDB.4.0&#039; reported an error.  
[OLE/DB provider returned message: The Microsoft Jet database engine could not find the object &#039;Sheet1&#039;.  Make sure the object exists and that you spell its name and the path name correctly.]</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I tried running the query in sql 2000. I got the following error. My sheet name is sheet1 only. But still I am getting the error. Can u help me out?</p>
<p>Server: Msg 7399, Level 16, State 1, Line 1<br />
OLE DB provider &#8216;Microsoft.Jet.OLEDB.4.0&#8242; reported an error.<br />
[OLE/DB provider returned message: The Microsoft Jet database engine could not find the object 'Sheet1'.  Make sure the object exists and that you spell its name and the path name correctly.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayananthan</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-78</link>
		<dc:creator>dayananthan</dc:creator>
		<pubDate>Tue, 10 Mar 2009 18:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-78</guid>
		<description>Oh is it i didn&#039;t try that in SQL 2008 64 bit... Thanks for your information

Dayaa</description>
		<content:encoded><![CDATA[<p>Oh is it i didn&#8217;t try that in SQL 2008 64 bit&#8230; Thanks for your information</p>
<p>Dayaa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Robinson</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-76</link>
		<dc:creator>Keith Robinson</dc:creator>
		<pubDate>Wed, 04 Mar 2009 17:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-76</guid>
		<description>Just as a heads up to everyone.  This won&#039;t work in SQL 2008 64bit.  There is not a Microsoft.Jet.OLEDB.4.0 driver for SQL 2008.</description>
		<content:encoded><![CDATA[<p>Just as a heads up to everyone.  This won&#8217;t work in SQL 2008 64bit.  There is not a Microsoft.Jet.OLEDB.4.0 driver for SQL 2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-75</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Fri, 27 Feb 2009 07:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/2008/01/08/export-data-from-sql-server-to-excel-without-using-ssis-or-dts/#comment-75</guid>
		<description>It helped me a lot and solved my problem.
But i have some queries...
How to delete existing data in the excel file through SQL Query?
So that i can remove repeated data.</description>
		<content:encoded><![CDATA[<p>It helped me a lot and solved my problem.<br />
But i have some queries&#8230;<br />
How to delete existing data in the excel file through SQL Query?<br />
So that i can remove repeated data.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
