
There are multiple ways of stopping and starting the SAP HANA tenant database. You can execute the activity using HDBSQL, HANA Studio or HANA Cockpit. In this article, we are going to use SAP HANA Studio to stop and start SAP HANA tenant database.
Now, launch and login to your SAP HANA Studio. Right click on the system and click to open the SQL console.
Stop Tenant Database
ALTER SYSTEM STOP DATABASE [TENANT_DB]
Start Tenant Database
ALTER SYSTEM START DATABASE [TENANT_DB]


