All Tagsoutput (RSS)
  • LogParser returining wrong information for System32 folder on 64 bit OS

    Hi, I am using LogParser 2.2 (32 bit) on 64 bit Vista Operating System. I want to query the System32 folder using LogParser. I am using the below query from LogParser commandline. LogParser .exe -i:FS "SELECT PATH FROM "C:\Windows\System32\*.*"" But for the above query, LogParser...
    Posted to Forum by dinhn on 10-07-2008, 8:08 AM
  • Need to change a NULL value returned by Count() to zero

    I've been struggling to change a NULL value returned by Count(EventID) or Count(*) to zero. I'm outputting the the total number of EventID 16571 written in the application log for the last month in 8 hour segments. If no events were returned in the 8 hours segment, nothing is written to the csv...
    Posted to Forum by jellis_ms on 09-08-2008, 10:48 AM
  • Re: Bandwidth monitoring, getting real results?

    Will the Time_Taken field help in this case? http://support.microsoft.com/kb/944884
    Posted to Forum by jellis_ms on 09-08-2008, 9:50 AM
  • Re: Extract Event ID & Computer Name from Event Logs

    If your running the query on the machine for which you want the comptername from you can use this: Select '%computername%' Or you can output to a file with the computername as the filename like this: INTO 'c:\directory\%ComputerName%.csv'
    Posted to Forum by jellis_ms on 09-08-2008, 9:33 AM
  • Re: hide columns in output

    Jason, I don't believe you need it in the select statement. have you tried putting it in the order by without putting it in the select stement like this? ORDER BY TO_DATE(TO_TIMESTAMP(Date, 'dd/MMM/yyyy')) AS DateTimeStamp, TimeStamp, User Mike
    Posted to Forum by jellis_ms on 09-08-2008, 9:22 AM
  • hide columns in output

    I need to write a query that reads in a CSV file, does some magic, and then write an output CSV file. Specifically, I am merging two Blue Coat proxy server usage reports, removing duplicates, and cutting up some strings. Afterwards, I use a perl script to convert it to an Excel spreadsheet. My problem...
    Posted to Forum by jrdepriest on 07-24-2008, 2:45 PM
Page 2 of 2 (16 items) < Previous 1 2
Microsoft Communities