Closed GoogleCodeExporter closed 9 years ago
Hi,
Would I be right in assuming this is using Sql Server?
Thanks,
James
Original comment by jamesdriscoll71
on 8 Oct 2010 at 9:31
yes Sql server 2005, sorry for not told about sql server.
Original comment by ilker.m...@gmail.com
on 8 Oct 2010 at 11:50
> select host, count(*) from Elmah_Error
> group by host
ELMAH distinguishes logs by application and not by host so you really need to
count grouping by application and that should tally. I am marking this issue as
invalid for now but if you find that the count does not tally when grouping by
application then we can re-open this issue and investigate further.
Original comment by azizatif
on 8 Oct 2010 at 11:55
Original issue reported on code.google.com by
ilker.m...@gmail.com
on 8 Oct 2010 at 9:14