 




<?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/"
		>
<channel>
	<title>Comments on: exporting data to a .csv file in a stored procedure</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/exporting-data-to-a-csv-file-in-a-stored-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/exporting-data-to-a-csv-file-in-a-stored-procedure/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 18:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: daveinaz</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exporting-data-to-a-csv-file-in-a-stored-procedure/#comment-44034</link>
		<dc:creator>daveinaz</dc:creator>
		<pubDate>Mon, 26 Sep 2005 11:52:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-44034</guid>
		<description><![CDATA[You also forgot to mention what version of MS SQL Server you&#039;re using, but start by looking into using BCP and format files in MSDN. BCP handles the opening and writing of the file; the format file defines it as a csv. 

For the ftp part, go here http://www.sqlteam.com/item.asp?ItemID=6002]]></description>
		<content:encoded><![CDATA[<p>You also forgot to mention what version of MS SQL Server you&#8217;re using, but start by looking into using BCP and format files in MSDN. BCP handles the opening and writing of the file; the format file defines it as a csv. </p>
<p>For the ftp part, go here <a href="http://www.sqlteam.com/item.asp?ItemID=6002" rel="nofollow">http://www.sqlteam.com/item.asp?ItemID=6002</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kritchard</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exporting-data-to-a-csv-file-in-a-stored-procedure/#comment-44035</link>
		<dc:creator>kritchard</dc:creator>
		<pubDate>Fri, 23 Sep 2005 07:26:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-44035</guid>
		<description><![CDATA[Sorry, I forgot to mention that I am using MS SQL Server.]]></description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to mention that I am using MS SQL Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oadegoke</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exporting-data-to-a-csv-file-in-a-stored-procedure/#comment-44036</link>
		<dc:creator>oadegoke</dc:creator>
		<pubDate>Thu, 22 Sep 2005 13:09:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-44036</guid>
		<description><![CDATA[What you really need is the ability to execute Operating System commands from PL/SQL. You can find useful code on this from AskTom on Oracle site or Metalink.

The particular implementation that I have uses Java store proc. This works well. 

]]></description>
		<content:encoded><![CDATA[<p>What you really need is the ability to execute Operating System commands from PL/SQL. You can find useful code on this from AskTom on Oracle site or Metalink.</p>
<p>The particular implementation that I have uses Java store proc. This works well. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 23:22:16 -->