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 Administration (2000)
 using profiler to detect value changes in a table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-06-16 : 08:20:14
Steve writes "Is it possible to use profiler to detect a change of a value in a particular row in a particular column in a particular table?

Thank you very much,

Steve"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-06-16 : 12:37:44
SQL Profiler doesn't detect anything. It just traces what is occurring in SQL Server. You can see the T-SQL statements that were run but you don't see the data values. You should look into Log Explorer from Lumigent (google it) or write a trigger to capture this.

Tara
Go to Top of Page
   

- Advertisement -