Finding simultaneous events in a database between times

Posted by Tots on Stack Overflow See other posts from Stack Overflow or by Tots
Published on 2010-06-15T11:42:40Z Indexed on 2010/06/15 11:52 UTC
Read the original article Hit count: 126

Filed under:
|

I have a database that stores phone call records. Each phone call record has a start time and an end time. I want to find out what is the maximum amount of phone calls that are simultaneously happening in order to know if we have exceed the amount of available phone lines in our phone bank. How could I go about solving this problem?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server