Import From csv into HANA table
I'm using the IMPORT FROM command to read from csv file and populate a table in HANA table. There are some Spanish accents in data of one column, and it can display just fine when viewed in a text...
View ArticleConverting Store Procedure from SQL to HANA
Hello Experts, I want to convert store procedures from SQL Server to HANA, there are around 100 procedures Please suggest tools available to convert the procedures to HANA. Regards Manish
View ArticleLicense generation for HANA Platform Edition
Hello Experts, We are facing problem while applying license to HANA platform Edition, it applies license successfully but shows invalid. How to generate license for Platform edition? Regards Manish
View ArticleRe: Converting Store Procedure from SQL to HANA
A HANA Developer will be the best suited tool here
View ArticleRe: Optimizing SAP HANA procedure
Prag,Which part of the procedure is taking time to execute ? Are you triggering the database insert or update in the loop ? Sree
View ArticleRe: Optimizing SAP HANA procedure
Hello Sree Yes i am triggering the data base insert and update in the procedure . Basically this procedure is taking the raw replicated tables from one of the schema and inserting...
View ArticleRe: Optimizing SAP HANA procedure
I suggest, minimize the use of cursors if you are using to fetch the data from your source tables. Instead, build information models to arrive the target structure and directly insert the data to the...
View ArticleAccessing a hana instance from other systems?
Hi Al I am learning sap hana cloud platform from past few days. i have a query regarding accessing the same instance in other systems which is already deployed from other system. also how to work on...
View ArticleRe: Optimizing SAP HANA procedure
Hi Prag, Trying using table variables in your insert statement. Regards,Krishna Tangudu
View ArticleRe: MAX funtionality in HANA
Hi..I have pasted the code I used in the model in above post. This is the only code I used.. To make it clear- first model which is fetching the multiple rows for the item is graphical.In second model...
View ArticleRe: MAX funtionality in HANA
Hmm.. you didn't seem to get what I was proposing before.The logic of your query is wrong. In order to get just the records with the most current/highest/maximum date, you need to find out first - for...
View ArticleRe: Optimizing SAP HANA procedure
Prag you provided basically no useful information that could be used to determine why your code executes slow and what to do about it.Please do your due diligence and provide the source code and some...
View ArticleRe: Issue with Temporal Join in HANA modelling
Thank you so much..Patrick !! Thanks,Sree
View ArticleBind more than one jsonarray in jsonmodel
Hi, I want to bind two json values for two different table in single view. scenario:I have created one table and binded value from jsonarray using setdata(). When select one row from the first table...
View ArticleRe: Issue with Temporal Join in HANA modelling
+1 to patrick's comments. We faced a similar situation with the tables used for referential join falling under transaction data schema. Which drove us to try to model via data foundation. But was not...
View ArticleRe: MAX funtionality in HANA
Thanks..i will try and get back. Also just wanted to know on the performance, will the sub-query affect the performance?
View ArticleRe: PAK : TREX Planning Engine error
Hi Jonas, I am getting same error when select (or update) from table in SAP<SID> scheme in IP planning function (SQLScript).My version - NW 7.40 SPS7 and HAHA 1.00.74. Note 1979401 was applied,...
View ArticleRe: SAP HANA Performance Test - JMETER
Hello, You can download Jmeter opensource executable from web. Jmeter is a java program which allows you to connect to a DB and send statements to be executed through JDBC. It is easy to configure and...
View ArticleRe: /uilib-sample/proxy in the TDG demo
Really helpful and useful note, it solved my issue. Thanks a lot! Regards, Charlie
View ArticleUpgrading Developer Edition from rev80 to rev82
Hi Experts, We have currently the SAP HANA developer edition rev80 in the cloud (AWS).I m wondering if we van upgrade to rev82 of developer edition? if yes, could you pls point me to the installation...
View Article