rajeevnandanmishra
Programmer
My application is suddenly started taking longer time while updating sql server data.
In a particular form, I am updating TABLE1 with a single record. And on TABLE1 i had a trigger on update, which again updates two more tables. I want to check where is the bottleneck.
I had opened the SQL Trace but it shows me only the UPDATE command for first Table. I want to know the sql activity after the update command i.e. the trigger activity.
Please let me know about it, If it is possible. It is urgent.
Thanks in advance.
In a particular form, I am updating TABLE1 with a single record. And on TABLE1 i had a trigger on update, which again updates two more tables. I want to check where is the bottleneck.
I had opened the SQL Trace but it shows me only the UPDATE command for first Table. I want to know the sql activity after the update command i.e. the trigger activity.
Please let me know about it, If it is possible. It is urgent.
Thanks in advance.