TSQL Query - return all seconds between two dates

Posted by BrokeMyLegBiking on Stack Overflow See other posts from Stack Overflow or by BrokeMyLegBiking
Published on 2010-05-08T21:18:34Z Indexed on 2010/05/08 21:28 UTC
Read the original article Hit count: 202

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server