sql profile on a given table

  • I would like to trace this from a Sql Profiler. I do not want to create a trigger as this is just temporary. How can i do it. What are the filters? Basically if i have any insert, update, delete or select on this table, i want to know.

    Give me a fish, you feed me for a day! Teach me to fish, you feed me for a life time.

  • set up column filters for the databasename (containing the object) and Textdata columns.

    assuming you were catching a table called "Blobdata" set the filter on textdata to

    Like %Blobdata%

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 2 posts - 1 through 1 (of 1 total)

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