maybe i solved, if anyone is interested or want to see if there are some bugs here is the code:
DECLARE extcursor CURSOR FOR
SELECT
ip,
starttime,
endtime
FROM
TLC
ORDER BY
starttime,
endtime
DECLARE intcursor CURSOR FOR
SELECT
ip,
starttime,
endtime...
Hello, I have a difficult task to do, I have the output from a network monitoring tool and i must extract the effective downtime from it.
There are 4 ip addresses with the downtime for each one (one record for an ip downtime). These ips belongs to 2 routers that are balanced.
10.0.0.1 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.