Blogs1 - 10 of 12 recent posts for tag:"Log Parser"
11
Jun
2009
Standard Deviation in Log Parser  

24 days ago by Misha Birman

Calculating Standard deviation in Log Parser is not easy, but possible. SELECT cs-uri-stem AS URL, COUNT(*) AS Hits, DIV ( MUL(1.0, SUM(time-taken)), Hits ) As RealAvgTime, SQRROOT ( SUB ( DIV ( MUL(1.0, SUM(SQR(time-taken)) ), Hits ) , SQR(RealAvgTime) ) ) AS SD FROM %source% GROUP BY URL Technorat ...

Миша Бирман / ... - mishabirman.com/blog · 1 reference

03
May
2009
LogParser  

63 days ago by Alan

Microsoft’s brief description of LogParser is this: “Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows® operating system such as the Event Log, the Registry, the file ...

Alan's Blog - akaplan.com/blog

21
Mar
2009
Log Parser. Analizar y explotar la información de los ficheros logs de IIS.  

105 days ago by Lord Manifiesto

Utilidades Log Parser es una poderosa herramienta para el acceso a datos basados en texto que permite obtener información sobre distintos orígenes como ficheros log de Internet Information Services (IIS), del visor de eventos, del Directorio Activo, ficheros XML o CSV mediante sencillas sentencias m ...

AvanzoDTS - avanzodts.wordpress.com

Log Parser. Analizar y explotar la información de los ficheros logs de IIS.  

105 days ago by Lord Manifiesto

Log Parser es una poderosa herramienta para el acceso a datos basados en texto que permite obtener información sobre distintos orígenes como ficheros log de Internet Information Services (IIS), del visor de eventos, del Directorio Activo, ficheros XML o CSV mediante sencillas sentencias muy similare ...

sandyday - sandyday.wordpress.com · 2 references

18
Mar
2009
Eventlog rotator for Windows  

109 days ago by arab

Well not exactly, but close… Here’s the deal: i’ve been assigned a task, to figure out a way to rotate security logs on a Windows server, which has leveraged auditing policies. Problem: Eventlog retention mechanism under Windows does not allow for creating new log files when the current logfile grow ...

Mój blog - arabek.net

15
Mar
2009
PowerShell, Log Parser, PowerGadgets, and GeoIP what fun!  

112 days ago by dmuegge

Welcome! One day I was pondering how I might use log parser to map visitors to a website by state. I am aware this is easily done with tools like Google Analytics, but I was interested in using existing logs for the info. Using the PowerShell and Log Parser functions from the library listed in a pre ...

David Muegge's Blog - muegge.com/blog · 1 reference

11
Mar
2009
HOWTO: Determining the day of the week from the date in Microsoft Logparser  

116 days ago by GunBlad3

One of the issues we encountered in working with Microsoft Logparser is that we needed to determine which day of the week it was given a date. Though there wasn't any function to do so, it seemed that the solution was pretty simple, actually. (Apologize in advance for the bad reading formatting here ...

The GunBlad3 - gunblad3.blogspot.com · 1 reference

24
Feb
2009
Logparser ve Exchange 2007 ortak kullanım örnekleri  

131 days ago by mbuyukkarakas

http://msexchangeteam.com/archive/2007/11/12/447515.aspx http://msexchangeteam.com/archive/2007/11/28/447598.aspx

Sistem yönetimi - sistemyonetimi.wordpress.com

11
Feb
2009
Microsoft SQL Server Report Pack for Internet Information Services (IIS)  

144 days ago by kyawzayarhan

I got to provide a statistic for my customer’s public web site s. Of course, they are so serious about this. The web site is just a normal asp.net web site, actually a web application, which is a part of their main internal system. As they invested lots of money on the web site, they want to know ab ...

Just A Developer - justadeveloper.wordpress.com

22
Nov
2008
Log Parser and PowerShell – Part II  

225 days ago by dmuegge

Welcome back! Last post I talked about using the Log Parser executable from PowerShell. I also briefly mentioned the Log Parser COM component. In this post I will go into more depth on using the COM component from PowerShell. The COM component exposes a simple object model consisting of only three m ...

David Muegge's Blog - muegge.com/blog · 1 reference

Previous12