Migrate SQL Server database to SAP Hana
Hi, I have a free developer trial version of SAP Hana deployed on my Azure portal. I am looking to move my existing database in SQL Server to SAP Hana and compare the performance of my existing .NET...
View ArticleRe: SERIAL Data Type
Hi Lars,has there been any progress on this issue? Cheers, -- Micha
View ArticleXSJS Batch Post for OData
Hello, I'm currently working with B1 Version for HANA and try to do a post to the OData Service Layer of Business One from XSJS of Hana. So far it works for regular, single entity Post e.g.: /** *...
View ArticleError while executing Procedure
Hi All I have executed the below procedure. I got the below error. My doubt is why should I used GroupBy clause from Product_Name. If I am not using Group by clause, error is thrown up. Create...
View ArticleRe: Odata Service for calculation view
Moved from UI Development Toolkit for HTML5 Developer Center to SAP HANA Developer Center as this post has nothing to do with SAPUI5 and so is not relevant to original location. Regards, Mike (Moderator)
View ArticleChange the length of a Column
Hi All, I have created a table with Product_Name of Length 100 and loaded the data. Now I would like the chage the length to 20. But I am getting the error. Is it like I should drop the column, again...
View ArticleALter the datatype of a Table type
Hi All, I am trying to alter the length and datatype in a Table type but I am getting errors. Am I wrong somewhere I have used the same syntax which I use for table alteration. Please help. alter...
View ArticleRe: ALter the datatype of a Table type
Hi ,please use below syntax:alter table "Sales-Product"."TT-Sales"(SALES_AMOUNT DOUBLE,NET_AMOUNT DOUBLE, SUB_REGION_NAME VARCHAR(100) , REGION_NAME VARCHAR(100)) Regards,sai Krishna.
View Articleabout xssqlcc
Hi I need to setup a technical user for my XS application. Everything works ok. Now, I want to setup our continuous integration (CI) server when we checkout git code, deploy the code in XS, activate it...
View ArticleRe: ALter the datatype of a Table type
HI,If question is answered. please close it. I will be helpful for others. Regards,sai Krishna.
View Articlehorrible sql execution plan lead to terrible performance
I have a sql running against HANA rev85, in short this SQL joins 2 sub-query and create a result. each sub-query is a standalone aggregation. I expect the sub-query take place first then the join...
View ArticleRe: horrible sql execution plan lead to terrible performance
some update: on the vizplan aggregation node. it shows: Reason for no column search: Unsupported operator order: CS_JOIN over CS_AGGREGATION. Unsupported join condition (Cartesian product)
View ArticleError parsing PLV file
When I attempt to validate the performance (F8) in the 'Plan Visualizer' I get following message: Any ideas what is going wrong and what I can do about it?
View ArticleRe: Starange SAP HANA Studio issue while creating a calculated column
Hi Prashant, can you check if you have these standard currency tables replicated into your system TCURR, TCURC, TCURX, TCURF, TCURV, TCURT Benedict
View ArticleRe: Starange SAP HANA Studio issue while creating a calculated column
Hi Benedict, Thanks for your quick response. I have these tables in my system as part of the SAP's EPM demo under SAP_HANA_DEMO schema's and the respective synonyms have been created on these tables....
View ArticleWhat's the use of $_SYS_SHADOW_$?
Hi all, I am using datatype shorttext in a SAP HANA columnar table. Getting the corresponding details from M_CS_ALL_COLUMNS shows, that for the column with data type 'shorttext' an additional, internal...
View ArticleRe: Change the length of a Column
Hi Sreelatha , Please go through the HANA Documentation before Posting the Question. Here are some excerpts from HANA Documentation: For column table, only increasing the size of a column data type is...
View ArticleRe: Error while executing Procedure
Hi Sreelatha, The reason is because you are using Aggregation function "SUM" so you need to include GROUP BY clause. As you have listed PRODUCT_NAME column in your SQL SELECT statement that is not...
View ArticleRe: Open XS Application with username and password as parameters
Hello Sreehari,This does not work. Infact I found a workaround for the same. Regards,Archana
View Article