<?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: Delete OLD files from Table not having date or timestamp</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/delete-old-files-from-table-not-having-date-or-timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-old-files-from-table-not-having-date-or-timestamp/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 18:52:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: meandyou</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-old-files-from-table-not-having-date-or-timestamp/#comment-66261</link>
		<dc:creator>meandyou</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:47:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-66261</guid>
		<description><![CDATA[Every table (or virtually every) should have date and time of row added, who added it, date and time or row modification, and who modified it.  DB2&#039;s TIMESTAMP is wonderful.   Next comes the discussion of historical information after a row has been modified more than once...]]></description>
		<content:encoded><![CDATA[<p>Every table (or virtually every) should have date and time of row added, who added it, date and time or row modification, and who modified it.  DB2&#8242;s TIMESTAMP is wonderful.   Next comes the discussion of historical information after a row has been modified more than once&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-old-files-from-table-not-having-date-or-timestamp/#comment-65116</link>
		<dc:creator>rjes</dc:creator>
		<pubDate>Mon, 06 Jul 2009 05:48:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-65116</guid>
		<description><![CDATA[Hi,

Yes It&#039;s a creation date and time for a transaction file is a fundamental requirment,
The file that I was referring is a transaction file for Java where, it&#039;s SQL file having 34 fields of 30 char type.
Java program that runs in AS400 dynamically writes all the transaction details with a code type. But some records like error info the record has no date associated with it.

The file is attached to a journal and we have added creation date and timestamp for the past 5 months but the records created before that have no values for that field&#039;s.

I&#039;ll try to accomplish with journal, thanks for the comments.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Yes It&#8217;s a creation date and time for a transaction file is a fundamental requirment,<br />
The file that I was referring is a transaction file for Java where, it&#8217;s SQL file having 34 fields of 30 char type.<br />
Java program that runs in AS400 dynamically writes all the transaction details with a code type. But some records like error info the record has no date associated with it.</p>
<p>The file is attached to a journal and we have added creation date and timestamp for the past 5 months but the records created before that have no values for that field&#8217;s.</p>
<p>I&#8217;ll try to accomplish with journal, thanks for the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-old-files-from-table-not-having-date-or-timestamp/#comment-65108</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:51:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-65108</guid>
		<description><![CDATA[Perhaps you can add the create date field, for future use.]]></description>
		<content:encoded><![CDATA[<p>Perhaps you can add the create date field, for future use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yorkshireman</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/delete-old-files-from-table-not-having-date-or-timestamp/#comment-65080</link>
		<dc:creator>yorkshireman</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:41:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-65080</guid>
		<description><![CDATA[This is a pretty fundamental design requirement, and if it wasn&#039;t thought about when the file was created, then you need to find another way of approaching the problem. 

A journal would be the most obvious way of managing it.  As journals tend to fill and be removed rapidly, you may need a journal for this file only.  Build a journal reader to log usage of specific records into another file by having key and last use date  and in a years time, you have the answer. 


Is it high traffic?  is it merely a reference table,  is it huge?  millions of records?  coupla hundred ?]]></description>
		<content:encoded><![CDATA[<p>This is a pretty fundamental design requirement, and if it wasn&#8217;t thought about when the file was created, then you need to find another way of approaching the problem. </p>
<p>A journal would be the most obvious way of managing it.  As journals tend to fill and be removed rapidly, you may need a journal for this file only.  Build a journal reader to log usage of specific records into another file by having key and last use date  and in a years time, you have the answer. </p>
<p>Is it high traffic?  is it merely a reference table,  is it huge?  millions of records?  coupla hundred ?</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 3/10 queries in 0.041 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 18:58:46 -->