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