Hello, I am trying to determine the peak minutes and non-peak minutes between dates. My table is structured as follows:
Date Down Time Down Date Up Time Up
4-14-02 17:00:00 4-15-02 13:00:00
Now my peak minutes are 8:00:00 to 18:59:59 and non-peak are
19:00:00 to 7:59:59.
Is there any simple way for me to take the above dates and divide up the time into it's correct time category?
Also, the above data type is VarChar.
Any help would be greatly appreciated!
M.
Date Down Time Down Date Up Time Up
4-14-02 17:00:00 4-15-02 13:00:00
Now my peak minutes are 8:00:00 to 18:59:59 and non-peak are
19:00:00 to 7:59:59.
Is there any simple way for me to take the above dates and divide up the time into it's correct time category?
Also, the above data type is VarChar.
Any help would be greatly appreciated!
M.