1

I have a 3rd party application that has cascading updates done by triggers. My developers are blind sighted when they can't proactively keep track of changes or impacts. Is there any system tables (I couldn't find any) that maintains a list? Any other means to get this information?

Kara
  • 6,115
  • 16
  • 50
  • 57
ASUB6
  • 21
  • 3

1 Answers1

0

You can use a SQL Server Profiler to monitor trigger execution. On start trace your database just set appropriate events in profiler. Look here

MladenB
  • 161
  • 8