Executing DDL Scripts for the SAP HANA Database

Execute the DDL script using hdbsql and create database objects in the SAP HANA database.

Prerequisites
Start the SAP HANA database server if it is not running.
Task
In a command prompt, enter:
hdbsql -n <host>:<port> -u <user> -p <password> -I <script file>