# File lib/jdbc_adapter/jdbc_mssql.rb, line 163
    def recreate_database(name)
      drop_database(name)
      create_database(name)
    end