TSQL Query - return all seconds between two dates
- by BrokeMyLegBiking
I need a TSQL query which returns all seconds since a given begin date. I am going to use this to left outer join against another table to see how many bytes were downloaded each second. I am using Sql Server 2008.