Posts

Showing posts with the label SAP HANA DATABASE Tenant HANA 2.0 SAP HANA 2.0 Tenant Create tenant

How To Create Tenant Database in SAP HANA Database 2.0

Image
 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) >