I am very new to Microsoft SQL Server. I am wondering if it is possible to capture the trace of an sql query in a database executed from an external program, while ignoring the actions caused by the trigger.
I used the SQL profiler and choose to capture text content for the SP: StmtCompleted event. The result is very overwhelming and contains a lot of code, which is indicated in the trigger.
Thanks Derek
defoo source share