Re: [Emerald] How many ports are used.

Dale E. Reed Jr. ( (no email) )
Tue, 11 May 1999 13:39:55 -0700

Ed Miller wrote:
>
> Thanks. I am not up on SQL when I put a date 5/10/99 in each x/x/xx
> I get a number. 27 what does that mean?

Its means there were 27 people on at that time.

> Is there a scrip that gives me names of who is on at any one time?
> And when they got on or something like that?

Select Username, Start=DateAdd(Second,
(0-AcctSessionTime-AcctDelayTime), CallDate),
Stop=DateAdd(Second, (0-AcctDelayTime), CallDate),
Mins=(AcctSessionTime/60)