I have a table of transactions. In this table I store the transaction datetime in UTC. I have a few months of data, about 20,000 transactions a day.
How would I write a stored procedure to:
A: Count of the most active/busiest hour
B: Return which hour was the most active/busiest
1 Answer