No. 课程 备注 1 HANA概述 HANA 特点 2 HANA Server & Studio & Client 认识HANA Server \Client\ Studio, 熟悉开发工具 3 HANA的存储及对象 HANA的存储特性.介绍table,view,index,sequence,trigger,function等 4 HANA Modeling HANA建模 5 HDB SQLScript HANA SQLScript 6 User & Authorization…
SAP HANA中的用户是没有功能进行直接的拷贝的,但是我们可以通过建立存储过程调用,通过sql语句的方式进行拷贝: 存储过程定义如下,各位可根据自己的需求进行修改: CREATE PROCEDURE SYSTEM.COPY_USER (IN V_SOURCE_USER NVARCHAR(256), IN V_TARGET_USER NVARCHAR(256), IN V_TARGET_PWD NVARCHAR(256)) LANGUAGE SQLSCRIPT AS V_FOUND INT :…
公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[HANA系列]SAP HANA XS的JavaScript API详解 前言部分 本文介绍SAP HANA XS使用服务器端JavaScript API. SAP HANA扩展应用程序服务(SAP HANA XS)提供了一组服务器端JavaScript应用程序编程接口(API),可配置应用程序与SAP HANA进行交互. API介绍 SAP…
Symptom This is the SAP Release Note for SAP HANA 2.0 Database Revision 034 (2.00.034.00) of the SAP HANA platform software Support Package Stack (SPS 03). Please refer to the following SAP Notes: SAP Note 2380229 - SAP HANA Platform 2.0 - Central No…
You can develop secure procedures using SQLScript in SAP HANA by observing the following recommendations. Using SQLScript, you can read and modify information in the database. In some cases, depending on the commands and parameters you choose, you ca…
Symptom You have questions related to the SAP HANA memory. You experience a high memory utilization or out of memory dumps. Environment SAP HANA Cause 1. Which indications exist for SAP HANA memory problems?2. How can I collect information about the…