How do I run a trace that only creates a record when an UPDATE occurs. I only need to see the table name and either (1. The column(s) being updated, or 2. The UPDATE statement itself).
in profiler you could create a new trace, select the event SQL:Batchcompleted only and setup a column filter for the column TextData (filter like %update%).