Skip to content

1. Installation

Bas van den Berg edited this page Nov 22, 2018 · 1 revision
  1. Download the latest BETL.sql source file. (i.e. https://github.com/basvdberg/BETL/blob/master/BETL.sql )

  2. Create a database called BETL. Make sure that the collation is identical to the database default. (this is the default setting).

  3. Run BETL.sql inside this database. Note: it might give some dependency related errors caused by the order in which the DDL is generated. please ignore them.

    The module xxxx depends on the missing object yyy. The module will still be created; however, it cannot run successfully until the object exists.

  4. Continue with the Getting started to see BETL in action.