I have a table on SQL server which is essentially an event log. One field contains a datetime stamp, and there are currently ~8000 entries, spread across half a year.
I'd like to analyse the events in various ways, such as how many per week, average each each weekday, average each hour etc. Presumably there's some standard SP for this somewhere, but I can't find one as yet.
Any ideas welcome. I've done the weekly count already as a report, but I'd like to see something more versatile, and ideally be able to show the results on a .asp page in a variety of ways.
TIA
T.
I'd like to analyse the events in various ways, such as how many per week, average each each weekday, average each hour etc. Presumably there's some standard SP for this somewhere, but I can't find one as yet.
Any ideas welcome. I've done the weekly count already as a report, but I'd like to see something more versatile, and ideally be able to show the results on a .asp page in a variety of ways.
TIA
T.
Comment