module ActiveRecord::ConnectionAdapters::SQLServer::CoreExt::ODBC::Database

def run_block(*args)

def run_block(*args)
  yield sth = run(*args)
  sth.drop
end