I am just suspicious that the SQL Profiler does not show the calls done within by one of the triggers I have.
If I am right,
Is there a setting to force profiler to show also the calls done within triggers?
Note: The trigger I am talking about makes some sp calls
Try adding the
SP:StmtCompletedand/orSP:Completedevents to your trace setup – this should provide you with what you’re after.