Re: Array iteration in SQL script.
Not sure on that one Vijay, haven't come across it before.Peter
View ArticleRe: Problem with Triple Exponential Smoothing in HANA
Hi Wiola, Are you using time hierarchy or having the system presume the time interval used! My explanation would be generic ... [testing & training the dataset is not required in time series;] for...
View ArticleRe: How to learn SQLScripting
As Syed mentions, there are a whole host of videos on SQL scripting within SAP HANA Academy. Check these out... SQL and SQLScript - YouTube
View ArticleRe: Connect SAP HANA via ODBC
I tried JDBC and everything is ok. For ODBC, instead of VFP, i was using C# and here is my connection string and output, by the way, my hana instance number is '01' and client OS is windows 7 32 bit....
View ArticleSAP HANA does not support InsertTarget
Hi, I'm working passing ms sql server statements into hana sql statements. I have a variable (Tab) type Table and a variable string (query) defined as: Hana Statement CREATE TYPE "example_table_TYPE"...
View ArticleRe: Connect SAP HANA via ODBC
What about the ODBC trace?Any current error messages?Are you still being asked for the logon details? BTW: NEVER use user SYSTEM for anything else than setting up the system in the first place.
View ArticleRe: HANA LIVE deployment error
Hi Rajiv, Did you get this issue resolved? i have the same problem as yours. Cheers,Jeff
View ArticleRe: SAP HANA does not support InsertTarget
Hi Reyes, It is bit difficult to comment on your issue without having the complete overview of the requirement. But just looking at the code, if you wish to use an internal table type variable which...
View ArticleRe: Can fresher directly start learning SAP HANA ?
Hi Abdul, You may learn HANA cloud and see to how it benefits and can benefit businesses and go from there. Nagarajan
View ArticleAlert: The following statement has been running for 999999 seconds
Dear all. Periodically we get this alerts: The following statement has been running for 96327 seconds: Transaction ID: 104, client PID: 14080 it means that something wrong... Is there any...
View ArticleRe: SAP HANA does not support InsertTarget
Thanks for your answer Ravindra, so you I can understand that the correct Hana Statement would be: v_Tab = SELECT "DocEntry","LineId","VisOrder","Object" from "INV_AFC"; exec(:query) Executes the...
View ArticleTrying to create a function getting error - invalid name of function or...
Hi, I am trying to convert a function which was in SQL to HANA, here the function CREATE FUNCTION "PAYROLLDBTEST".GetEmployeeWorkingDays( -- Add the parameters for the function here EmpID int,...
View ArticleGreater Than > in Hana?
Context: I have a Ms Sql Statement inside a xml file and I have a conditional with a "Greater Than" comparison, so because this within a XML File I can't use the regular syntax for "Greater Than" (...
View ArticleRe: SAP HANA does not support InsertTarget
You can either use EXEC with a insert statement into temporary table OR EXECUTE IMMEDIATE. PFB the below examples: Using EXEC:SAP HANA: Generic Procedure using Arrays to Load delta data into Tables...
View ArticleRe: SAP HANA does not support InsertTarget
Thanks for your answer Krishna, I've been reading your examples and I have 2 questions about it. 1 ) Using EXECUTE INMEDIATE Hana Statementquery := 'SELECT DocEntry,LineId,VisOrder ,Object FROM...
View ArticleComparision Operators > and < in Hana?
Context: Hi, I have a querys in Hana Syntax inside nodes of Xml Files... so I'm not able to use the regular Comparision Operator ( > ) Question: Hana syntax support the > ( > ) and...
View ArticleRe: HANA XS js problem
Hi,Is it a bug?I recently got the same problem. I use the following pseudo code to send an array of data records to one database: ... var myDataRecords = [...]; // array with data...
View ArticleRe: connecting CV to AV
Hi Jody,The performance with this join and without it has enormous change so even without viso plan I'm sure that this join is done.You are correct about logical join in Analytic views but in our case...
View ArticleRe: Hana Extended Storage for BW
Hmm.. Old nut very good idea - SAP BW on Sybase IQThe best TCO, perfomance and scalability. But do not tell HANA fans)
View ArticleRe: Alert: The following statement has been running for 999999 seconds
open ticket at SAP, waiting results.
View Article