Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Events on the trace for those queries from linked

Author  Topic 

chulheekim
Starting Member

46 Posts

Posted - 2010-10-11 : 17:22:55
I'm running traces to find out what are the most expensive queries. I was able to see everything that I need except for one thing. I don't see those queries (select statements) that are running from other server using a linked server. For example, A is the server that I'm capturing the events on. B is the server where the stored procedures containg select statements are running to access to Server A using a linked server. Is there any event class I should add? I have only these event classes in my trace.

RPC:Completed
SP:Completed
SQL:BatchCompleted
SQL:StmtCompleted

   

- Advertisement -