Hi

I have a table which has no foreign Key constraint as such but whenever I try to delete rows . I get an error of DEADLOCK error 60 , waiting for resource . I am not able to find any reason for this since there is no referential integrity .

There are however a few procedure which are accessing this table but their status is INVALID. can they be a reason for deadlock

regards