I've got a SQL Server 2005 instance and I have a table that I'd like to trace, which we'll call Table1. I also have a linked server, which will query Table1.
If I set up my trace, it will capture events if I query from the host. If I query from the linked server, I capture nothing.
Has anyone tried to do this before and found success? Thanks in advance!