<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>merill.net &#187; timestamp</title>
	<atom:link href="http://merill.net/tag/timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://merill.net</link>
	<description>my utmost for His highest, my best for His glory</description>
	<lastBuildDate>Fri, 20 Apr 2012 21:31:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Date Ranges in Log Parser for EventLogs</title>
		<link>http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/</link>
		<comments>http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 00:22:11 +0000</pubDate>
		<dc:creator>Merill Fernando</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[logparser]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/</guid>
		<description><![CDATA[If you need to trawl through your production server event logs. Here’s a quick tip for extracting just the entries for a given date range using LogParser. BTW Visual LogParser is a must have, it even downloads and automatically installs the latest version of LogParer from MS. SELECT&#160; TimeGenerated, SourceName, ComputerName, Message FROM C:\Downloads\May09-ErrorLog\AppLog\*.evt WHERE [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to trawl through your production server event logs. Here’s a quick tip for extracting just the entries for a given date range using LogParser. BTW <a href="http://www.codeplex.com/visuallogparser">Visual LogParser</a> is a must have, it even downloads and automatically installs the latest version of LogParer from MS.</p>
<p><font size="2" face="Courier New">SELECT&#160; TimeGenerated, SourceName, ComputerName, Message FROM C:\Downloads\May09-ErrorLog\AppLog\*.evt      <br />WHERE TimeGenerated BETWEEN timestamp(&#8217;04/04/2009&#8242;, &#8216;dd/MM/yyyy&#8217;) and timestamp(&#8217;06/04/2009&#8242;, &#8216;dd/MM/yyyy&#8217;)      <br />ORDER BY TimeGenerated desc </font></p>
]]></content:encoded>
			<wfw:commentRss>http://merill.net/2009/04/date-ranges-in-log-parser-for-eventlogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

