Re: Query in procedure
>So you mean to say procedure via schema ( SQL based ) are not transportable?Not via delivery units.>Are there any other difference in terms of performance and which are better in terms of...
View ArticleRe: SQL Script Calculation View: CE_CALC variable conversion
Didn't you look up the expressions I mentioned?String Functions - SAP HANA Modeling Guide for SAP HANA Web Workbench - SAP Library something like CE_CALC('"CC_ERROR_SUB_TEXT1" +...
View ArticleRe: SQL Script Calculation View: CE_CALC variable conversion
Thank you very much! I tried replace before and got an activation error so I thought I could not use it. I tried it again and this time it worked. Here is my new code and the result. p_r56_errors =...
View ArticleRe: SAP DBTech JDBC [2048]: column store error: Memory Allocaion Failed Error
At first sight I'd guess that the result set you try to materialize here is simply too large for your SAP HANA system. In the SQL console you usually only see the first 1000 records (or whatever you...
View ArticleRe: Procedure execute immediate
Hi Sumeet, Why are you using a INTO clause in your execute immediate statement? Regards,Krishna Tangudu
View ArticleRe: Can only create read-only procedures in SAP HANA on AWS
I've set the configuration of sqlscript_mode to UNSECURE but when I open an SQL editor I still receive the message that I'm only allowed to create read-only procedures on this particular server. Does...
View ArticleRe: SAP DBTech JDBC [2048]: column store error: Memory Allocaion Failed Error
hello lars thanks for your reply. yes the table variable is not sufficient because of huge amount of data and fields.so can you tell me where to increase the memory allocaiton to avoid the error...
View ArticleRe: SAP DBTech JDBC [2048]: column store error: Memory Allocaion Failed Error
"Huge amount of data and fields" really is not a reason to not use table variables. Usually the memory available is limited by the SAP HANA license you have. You cannot just crank up some parameter and...
View ArticleRe: SAP DBTech JDBC [2048]: column store error: Memory Allocaion Failed Error
Ok Lars.. Can you suggest me on how to use the table variables and tell me how i can come out of memory issues which i am facing now. Suggest me the best approach to follow to handle the huge amount...
View ArticleRe: SAP DBTech JDBC [2048]: column store error: Memory Allocaion Failed Error
Well, table variables are easy to use in SQLScript and actually quite fundamental.Instead of your INSERT INTO #TMP SELECT...you would assign the statement to ,well, a table variable, e.g....
View ArticleNeed help with Logistic regression prediction
Hi All, I am facing issue with respect to logistic regression/forecast with logistic regression PAL functions in SAP HANA. I am getting incorrect predictions. Below is my situation: I am having 10...
View ArticleRe: SAP DBTech JDBC [2048]: column store error: Memory Allocaion Failed Error
Thanks Lars for your explanation. I had a look into my data, it is mandate for me to pull the complete set of data and my HANA system is 256gb memory. In the meantime can you clarify me on the below...
View ArticleReplication on Developer edition.
I have a developer edition running on cloud and I am new to SAP Hana, I have few questions about configuring replication:1) Can we replicate a developer edition?2) If allowed, looks like we can set up...
View ArticleRe: Average of measure not working
Hi, Please refer below. Re: AVG of a measure? BRSumeet
View ArticleRe: Average of measure not working
Sumeet, this isnt working, I already went through this link
View ArticleHANA Temporary Table Error
Hi Experts, I have written a stored procedure and while declaring the variable I am getting error. please find the snapshot of the code and error in the attachmentPlease help me on this.
View ArticleAverage issue in analytical view
Hi, I have a small requirement to calculate average based on region. Whatever I am trying to do,first I am calculating SUM and then trying to put in calculated column say Sum(Salary) ( datatype...
View ArticleRe: What to choose as service: XSJS or XSOData?
Hello Thomas! Thank you for answer.I've read and watched your video about associations, events and Content-Ids but I want to clarify something. Lets say I have two tables: Master and Details with...
View Article