I'm running SQL Profiler 2008 on my application to get a better feel for what my application is doing at the DB level. There are some columns in the output that are unclear to me as to what they mean:
1) SPID: I'm using a single connection to the DB to do all my database activity. Yet I see several different SPID values. What does SPID refer to? I would have thought that since I'm using a single connection, I would only see one SPID.
2) EventSequence: For EventClass 'RPC:Completed' I see values for this column. For EventClass 'SQL:StmtCompleted' I don't see anything.
Thanks.