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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -