How do i monitor transactions on a specified table with SQL Profiler?

  • Hi,

    I want to monitor all transactions on a table with SQL Server Profiler, I set ObjectName or ObjectId but it does not work.

    How do i monitor transactions on a specified table with SQL Profiler?

    Regards

  • Hi there,

    have you tried to filter the trace with the name of the object (table)?

  • I tried to filter ObjectName and again with ObjectID( OBJECT_ID(?) )

    but it could not work?

  • Go to Column Filter,

    Choose TextData ,

    in LIKE, put %YOURTABLENAME% in

    AND CHECK the box ' Exclude the rows that do not contain values'

  • Thanks,

    It works fine.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply