GC_ETL_ARI.bat 209 B

123456789101112
  1. @echo off
  2. cd /d C:\GlobalCube\Tasks\scripts
  3. call config.bat
  4. call schema.bat export GC_CONFIG
  5. call schema.bat export GC_TRANSIT_ARI
  6. call schema.bat export GC_ETL_ARI
  7. call schema.bat export GC_DWH_ARI
  8. pause