You can use profiler to track the users ... You can also query from the backend ...
Select program_name,hostname, nt_username, nt_domain from master..sysprocesses
Where Ltrim(program_name) <>''
You can also use sp_who2 to get the users connected ...
HTH,
Vinod Kumar