Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drop Trigger, hangs

Status
Not open for further replies.

johndweidauer

Programmer
Jul 31, 2002
105
0
0
US
trying to drop a trigger on a table, but it just hangs, for hours...where do I begin looking as the cause of this issue? entire database is less than 1gb, table is maybe 300mb (varies), I am not sure where to begin?
 
first, open up activity manager and identify the suspended/running spids, if it's suspended (which it should be) then there'll be an indication of why.

the drop of a trigger is just a meta data change so should not take any time at all.

I suspect your drop statement is blocked by something else holding a schema lock on the table.

Either that or your server/database is having some serious problems...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top