hi all,
if I run sp_who (or sp_who2) I see a lot of connections all of them except my own are in the "sleeping" status with "AWAITING COMMAND" under the command columns. The situation doesn't change if I run the sp_who many times. In my mind a such situation means that no users connected to the server are querying the db engine.
But if I run the SQL Profiler I see a lot of T-SQL statement running against my server...
What am I missing?