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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -