Ph: 02222007
All Tags > W3C input format (RSS)

Parse exchange log with nested select

We have a very large email account where all spam email is stored. Before I delete these emails I'd like to try to find out if any were erroneously filtered as spam by checking the sender address against a list of email addresses from our CRM system. These email addresses are stored in a Microsoft...
Posted to Forum by murp|e on 05-11-2010, 4:30 AM

Re: can i create leading zeros?

Yes, I know that, it was more how syntax-wise to make the IF statement.. i'm not sure how exactly to put it up. It must be something about asking how long the string is (of number), and accordingly adding needed zeros.. It's more like.. how? :)
Posted to Forum by squadjot on 01-17-2008, 9:20 AM

RE: counting only highest value per i.e user

Okei, thanks for the verification =), i think this is really close to the best way i can get it.. The only thing what would make it even greater, was if i could somehow make further grouping by TitleID.. I've once done it by mistake (other query example).. .but it, like, created several "outputtables...
Posted to Forum by LogParser User : squadjot on 04-02-2007, 12:24 PM

RE: counting only highest value per i.e user

Yes, that is exactly what I would have suggested to you. For further education, read the part of the help file on Aggregate Functions. When you group your results in a GROUP BY, any fields that are not part of the group by can be displayed by using aggregate functions to "sum them up".

counting only highest value per i.e user

Hi guys, i'm having a little trouble with this one... To get it right , i think i have explain my case properly. I need to find out how much time users are spending on specific pages, and due to technical issues on the frontend, the webapplication will send a time-"tick" every 10 secs or so.. I want...
Posted to Forum by LogParser User : squadjot on 04-01-2007, 9:33 AM

RE: Trying to run an sql query with a sub-query, however log parser won't run it.

Yes, LP doesn't support that type of sub-query. You'll have to do it in two passes.

Trying to run an sql query with a sub-query, however log parser won't run it.

Hello, I'm trying to extract the unique users using Windows Mobile devices. However the below sql statement isn't working in the logparser GUI. Does anyone know what is wrong with this query? Select Count(*) From (Select cs(User-Agent), cs-username FROM 'c:\ex070322.log' where cs(User-Agent) like 'MSFT...
Posted to Forum by LogParser User : Darren on 03-23-2007, 12:07 PM

RE: Problem with dates comparison, I need help please!

[QUOTE User="LogParser User : juasebsto"]Quote: Hey.. i dont tknow if this is what u need, but it works for me: WHERE date >= TIMESTAMP( '2006-09-28 00:00:00', 'yyyy-MM-dd hh:mm:ss' ) AND date <= TIMESTAMP( '2006-10-28 00:0...[/QUOTE] Hi there, Thanks very much for your answers. You may be think...

RE: Problem with dates comparison, I need help please!

Hey.. i dont tknow if this is what u need, but it works for me: WHERE date >= TIMESTAMP( '2006-09-28 00:00:00', 'yyyy-MM-dd hh:mm:ss' ) AND date <= TIMESTAMP( '2006-10-28 00:00:00', 'yyyy-MM-dd hh:mm:ss' ) Cheers
Posted to Forum by LogParser User : squadjot on 02-24-2007, 4:59 PM

RE: Problem with dates comparison, I need help please!

this should work: WHERE TO_TIMESTAMP(Date,'yyyy-MM-dd') = TO_TIMESTAMP('2007-02-10', 'yyyy-MM-dd')
Posted to Forum by LogParser User : Jeff on 02-22-2007, 11:43 AM
Page 1 of 12 (113 items) 1 2 3 4 5 Next > ... Last »


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser