Do anyone knows how to customize this script resulting in per hour instead? I get this from customized report writer for cpu and memory utilization of gathered through undp.
SELECT TOP 10000 DATEADD(hh, DATEDIFF(hh, GETUTCDATE(), GETDATE()) , CustomNodePollerStatistics_CustomPollerStatistics.DateTime) AS DateTime,