December 23, 2008 at 2:17 am
Hi all,
I want to watch select and update transactions on a table in my database with SQL Profiler. But I could not.
I set databasename but could not found any filter entry named tablename.
waiting for your responses.
December 23, 2008 at 2:27 am
Try add "ObjectID" column in your columns collection in SQL Profiler
December 23, 2008 at 2:32 am
I usually set this kind of filter in the TextData column. I just write the table's name with wildcards at both sides (e.g. %TableName%).
Adi
--------------------------------------------------------------
To know how to ask questions and increase the chances of getting asnwers:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
December 23, 2008 at 2:46 am
Use follwing events:
TSQL:
1.SQL:BatchCompleted
2.SQL:BatchStarting
Stored Procedure:
1.RPC Completed
and use following filter
1.Databaseid
2.Loginname
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply