I’m needing to capture write operations (any query that changes data) but only for two specific tables. Is this possible to configure in Sql Profiler? If so, how? I’m hoping for a solution that doesn’t involve filtering on the text.
I’m needing to capture write operations (any query that changes data) but only for
Share
Based on comments on the other’s answers, use SQL Profiler as you want to with the following setup
I didn’t want to filter on the text data, but that’s the only way to get what I want.