How To Create Tenant Database in SAP HANA Database 2.0
Below are the steps that should be followed to create a tenant 1. Login into SYSTEM DB from SAP HANA studio 2. Open the SQL console and then run the below query to create the tenant CREATE DATABASE <name> SYSTEM USER PASSWORD < password (it doesn’t accept special character) >