Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Profiler and table

Author  Topic 

Emanuele Garuglieri
Starting Member

3 Posts

Posted - 2007-02-07 : 05:14:03
Hi to everyone!
This is my first topic in this forum and i have a very good question for you!

I have to monitoring a single set of tables (not the entire DB) so i want to know:
how can i set the SQL-Profile for this purpose??
Thanks very much!
Emanuele Garuglieri

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-02-07 : 05:23:55
Welcome to the Forum, Emanuele!

You can set filter criteria to watch set of tables:

1. Click On the File, Open, Trace File
2.Select trace file to open.
3. In the Trace Properties dialog box, click the Filters tab.
4. In the Trace event criteria list, click on Object Name
5. Enter a value in the field that appears beneath the LIKE criteria


Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

Emanuele Garuglieri
Starting Member

3 Posts

Posted - 2007-02-07 : 05:40:38
Thank you very much!
So the object name rappresent the name of the table!
Usefull to know! ;-)
Bye
Emanuele Garuglieri
Go to Top of Page
   

- Advertisement -