<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'Time'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=Time&amp;orTags=0</link><description>Search results matching tag 'Time'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: password too restrictive</title><link>http://forums.iis.net/p/1153831/1911118.aspx#1911118</link><pubDate>Tue, 21 Jul 2009 23:12:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911118</guid><dc:creator>8xup68</dc:creator><cs:applicationKey>feedback--1</cs:applicationKey><description>[quote user=&amp;quot;qbernard&amp;quot;]Hehe.. I don&amp;#39;t have the same password nor pattern for every sites I associated with :)
You got 1 more year to go before I change it.[/quote]</description></item><item><title>Inserting higher resolution dates into SQL Server 2008 datetime2 type</title><link>http://forums.iis.net/p/1157638/1903704.aspx#1903704</link><pubDate>Thu, 14 May 2009 06:35:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903704</guid><dc:creator>MikeGale</dc:creator><cs:applicationKey>output_targets-51</cs:applicationKey><description>&lt;p&gt;I have some time data in logs with a sub-second time resolution.&lt;/p&gt;
&lt;p&gt;I can get this safely into log parser using the iTsFormat setting.&lt;/p&gt;
&lt;p&gt;When I put that into SQL Server 2008 I have (so far) gotten the times in seconds (loss of resolution).&amp;nbsp; The target field is datetime2 (not datetime).&lt;/p&gt;
&lt;p&gt;How do I preserve the resolution when inserting the data?&lt;/p&gt;</description></item><item><title>Log lizard error and query help</title><link>http://forums.iis.net/p/1153575/1886786.aspx#1886786</link><pubDate>Thu, 04 Dec 2008 22:03:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1886786</guid><dc:creator>blueriver</dc:creator><cs:applicationKey>general_discussion-51</cs:applicationKey><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;Need a little help as I&amp;#39;m not very good at the sql language as yet.&lt;/p&gt;
&lt;p&gt;This is the query I&amp;#39;m using:&lt;/p&gt;
&lt;p&gt;SELECT date,time,c-ip,s-port,cs-method,sc-status,cs-host,cs-uri-stem FROM&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC1\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC30103697\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC54472458\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC54583666\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC620987851\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC978284352\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC987274646\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC1225455001\extend1.log,&lt;br /&gt;&amp;nbsp;c:\iislogfiles\W3SVC1173546801\extend1.log&lt;br /&gt;&amp;nbsp;order by date,time&lt;/p&gt;
&lt;p&gt;&amp;nbsp;What I would like to do is convert the GMT time into my time (EST) and also have the output order reversed so that the most recent entry is first and not last.&lt;/p&gt;
&lt;p&gt;Also, I noticed that while using Log Lizard, if the first log file in the query does not exist, I get an error.&lt;/p&gt;
&lt;p&gt;Thanks for looking at this.&lt;/p&gt;</description></item><item><title>Using LogParser to calculate Think Times for performance testing</title><link>http://forums.iis.net/p/1153180/1885233.aspx#1885233</link><pubDate>Tue, 18 Nov 2008 15:59:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885233</guid><dc:creator>jborneman</dc:creator><cs:applicationKey>general_discussion-51</cs:applicationKey><description>&lt;p&gt;New to log parser but looks like a great tool. Anyone here use it to calculate real world think times for given requests/pages for use in VSTS load/performance testing?&amp;nbsp; I tried doing some searching of the forum without luck, so hopefully I&amp;#39;m not asking an already answered question.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to deal with this problem ?</title><link>http://forums.iis.net/p/1152864/1883948.aspx#1883948</link><pubDate>Thu, 06 Nov 2008 14:08:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1883948</guid><dc:creator>vikinger</dc:creator><cs:applicationKey>general_discussion-51</cs:applicationKey><description>&lt;p&gt;logparser i:iisw3c -q:on &amp;quot;select distinct c-ip from ex081103.log where to_timestamp (time) = timestamp (&amp;#39;02:18:49&amp;#39;,&amp;#39;hh:mm:ss&amp;#39;)&amp;quot;

&lt;/p&gt;

&lt;p&gt;
Error: detected extra argument &amp;quot;select distinct c-ip from ex081103.log where to_timestamp (time) = timestamp (&amp;#39;02:18:49&amp;#39;,&amp;#39;hh:mm:ss&amp;#39;) &amp;quot; after query

&lt;/p&gt;</description></item><item><title>Re: Our new site is live...</title><link>http://forums.iis.net/p/1148128/1867154.aspx#1867154</link><pubDate>Fri, 11 Apr 2008 22:24:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1867154</guid><dc:creator>JoshStodola</dc:creator><cs:applicationKey>feedback--1</cs:applicationKey><description>&lt;p&gt;As expected, you guys took a perfectly good design (the old one) and turned it into an eyesore (this one).&amp;nbsp; It&amp;#39;s becoming&amp;nbsp;quite the&amp;nbsp;forte for Microsoft Community sites.&amp;nbsp; Don&amp;#39;t worry about bugs, just re-design the damn thing!&amp;nbsp; Idiots.&lt;/p&gt;</description></item></channel></rss>