c# - Kill open transactions in database -


i trying drop table (symbols) in database through program. however, throws time out exception , doesn't drop data. tried set timeout transaction. still problem exists. think table not getting dropped because there transaction still open in database. there way can find list of transactions open in database. can kill these transactions.also tried working dbcc opentran command. did not help.i using sql 2014 not looking code. looking idea.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -