<?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: Log Parser usage</title>
	<atom:link href="http://www.techbubbles.com/uncategorized/log-parser-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com/uncategorized/log-parser-usage/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 17:42:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kalyan Bandarupalli</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/comment-page-1/#comment-2672</link>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/#comment-2672</guid>
		<description>You can use below query to list the users to specific page 


SELECT cs-uri-stem AS [Request URI], COUNT(*) As Hits,
 
cs-username AS[User Name] FROM C:\ex100212.log WHERE 
 
EXTRACT_FILENAME(cs-uri-stem) like &#039;%referrals.aspx&#039; and
 
cs-username like &#039;%JohnSmith%&#039; GROUP BY cs-uri-stem,cs-username</description>
		<content:encoded><![CDATA[<p>You can use below query to list the users to specific page </p>
<p>SELECT cs-uri-stem AS [Request URI], COUNT(*) As Hits,</p>
<p>cs-username AS[User Name] FROM C:\ex100212.log WHERE </p>
<p>EXTRACT_FILENAME(cs-uri-stem) like &#8216;%referrals.aspx&#8217; and</p>
<p>cs-username like &#8216;%JohnSmith%&#8217; GROUP BY cs-uri-stem,cs-username</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil GIdla</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/comment-page-1/#comment-2671</link>
		<dc:creator>Anil GIdla</dc:creator>
		<pubDate>Tue, 04 Oct 2011 09:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/#comment-2671</guid>
		<description>sorry, To be more clear i need the list of users who have visited a particular webpage</description>
		<content:encoded><![CDATA[<p>sorry, To be more clear i need the list of users who have visited a particular webpage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil GIdla</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/comment-page-1/#comment-2670</link>
		<dc:creator>Anil GIdla</dc:creator>
		<pubDate>Tue, 04 Oct 2011 09:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/#comment-2670</guid>
		<description>Hello

Thanks for the valuable information on the site. 
I am looking for a query to find the users who have visited a particular URL.

Say for ex - Anil -&gt; www.test.gs1uk.org\default.aspx

Please if possible kindly send the process with query.

Many Thanks
Anil</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Thanks for the valuable information on the site.<br />
I am looking for a query to find the users who have visited a particular URL.</p>
<p>Say for ex &#8211; Anil -&gt; <a href="http://www.test.gs1uk.org" rel="nofollow">http://www.test.gs1uk.org</a>\default.aspx</p>
<p>Please if possible kindly send the process with query.</p>
<p>Many Thanks<br />
Anil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Arora</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/comment-page-1/#comment-1184</link>
		<dc:creator>Vikas Arora</dc:creator>
		<pubDate>Thu, 27 May 2010 11:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/#comment-1184</guid>
		<description>I have the same requirement as Adam. Do you think importing data to database and then querying it would be more faster than actually querying through the IIS log files?</description>
		<content:encoded><![CDATA[<p>I have the same requirement as Adam. Do you think importing data to database and then querying it would be more faster than actually querying through the IIS log files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan Bandarupalli</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/comment-page-1/#comment-1149</link>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
		<pubDate>Wed, 21 Apr 2010 18:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/#comment-1149</guid>
		<description>I recommend you to import all your log files to database then you can write the queries based on dates to see the reports for individual months.</description>
		<content:encoded><![CDATA[<p>I recommend you to import all your log files to database then you can write the queries based on dates to see the reports for individual months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/comment-page-1/#comment-1148</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/#comment-1148</guid>
		<description>I need a log parser query that will run against a months worth of log files for several web sites and I would like the output to total by cs-host for the entire month...not for each daily log file. What do you recommend? Thank you, Adam</description>
		<content:encoded><![CDATA[<p>I need a log parser query that will run against a months worth of log files for several web sites and I would like the output to total by cs-host for the entire month&#8230;not for each daily log file. What do you recommend? Thank you, Adam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

