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: 149
sql
|sql-server
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