 




<?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: SQL Trigger to create .csv file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-trigger-to-create-csv-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-trigger-to-create-csv-file/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 15:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: fanbot</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-trigger-to-create-csv-file/#comment-49746</link>
		<dc:creator>fanbot</dc:creator>
		<pubDate>Wed, 30 Mar 2005 07:37:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-49746</guid>
		<description><![CDATA[Zannemarie, As the the first reply stated, use a trigger AFTER INSERT of a record into file B to call your procedure to create the .csv file from file A.
However, if you have multiple inserts from various clients (file B)and you only wish to create a .csv under certain conditions, evaluate the the trigger data from file B prior to building the .csv.

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>Zannemarie, As the the first reply stated, use a trigger AFTER INSERT of a record into file B to call your procedure to create the .csv file from file A.<br />
However, if you have multiple inserts from various clients (file B)and you only wish to create a .csv under certain conditions, evaluate the the trigger data from file B prior to building the .csv.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zannemarie</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-trigger-to-create-csv-file/#comment-49747</link>
		<dc:creator>zannemarie</dc:creator>
		<pubDate>Tue, 29 Mar 2005 15:10:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-49747</guid>
		<description><![CDATA[Actually, I really -do- want to create the .csv file out of table A every time we insert a record into table B.  That&#039;s how we figured it would be easiest for the client to trigger the event.  So the only time there would be an insert, would be when the client clicked the link, inserting the record with their loginname and date/time.  Does that make it easier?]]></description>
		<content:encoded><![CDATA[<p>Actually, I really -do- want to create the .csv file out of table A every time we insert a record into table B.  That&#8217;s how we figured it would be easiest for the client to trigger the event.  So the only time there would be an insert, would be when the client clicked the link, inserting the record with their loginname and date/time.  Does that make it easier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fanbot</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-trigger-to-create-csv-file/#comment-49748</link>
		<dc:creator>fanbot</dc:creator>
		<pubDate>Tue, 29 Mar 2005 07:08:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-49748</guid>
		<description><![CDATA[Zannemarie, you state that you require a .csv file to be created from table A after insertion of a record into table B. Therefore every time you insert a record into B a .csv will be created from A when applying a trigger. 
Reading further it appears that you do not wish to have table A dumped (.csv created) every time a record is inserted in B.

Could you explain your process in a little more detail i.e is the .csv to be created once a day or only on insertion of a special type of record in file B?

Let us know
Fanbot
]]></description>
		<content:encoded><![CDATA[<p>Zannemarie, you state that you require a .csv file to be created from table A after insertion of a record into table B. Therefore every time you insert a record into B a .csv will be created from A when applying a trigger.<br />
Reading further it appears that you do not wish to have table A dumped (.csv created) every time a record is inserted in B.</p>
<p>Could you explain your process in a little more detail i.e is the .csv to be created once a day or only on insertion of a special type of record in file B?</p>
<p>Let us know<br />
Fanbot</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.013 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 16:14:45 -->