I could not ALTER the trigger as its taking more then 80 min, and cannot delete/drop also , while trying to do this from Designer mode it shows erroe as
->Drop Failed for trigger. "LOCK request timeout period exceeded."
But the same trigger has been ALTER/DROP in other database containing same table.
Table and Database Designers transaction timeout
after to 30000 sec as suggested by some of the Forms. Prevent saving changes that require table re-creation inside
TOOLS->OPTION->DESIGNER.
After running Activity monitor

Is my trigger not ALTERING/DROPPING Due to this ? Or some other reasons?

Most probably there is another process with an open transaction on the table. To find what process has open transactions:
DBCC OPENTRAN (Database)Activity Monitor. If you run it while you are trying to alter the trigger, you can look in the blocked by column.then you need to end the spid that has the open transaction or worst case to kill spid
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With