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
Post a Comment