<?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"
	>
<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>
	<pubDate>Thu, 26 Nov 2009 19:42:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<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>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'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&#8217;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>Hi,

Yes It'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'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's.

I'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>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>This is a pretty fundamental design requirement, and if it wasn'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>
<!-- dynamic -->