• also if you want to see which of the connections are actually doing something then run this query:

    select * from sys.sysprocesses where kpid 0

    ed