Clearing non-critical data from memory
Hi all,I just wanted to question the lack of memory management in HANA. Please correct me if the premise of moving data onto some other storage itself is wrong/infeasible.Consider a SAP HANA instance...
View ArticleMeaning of times specified in SQL console after select statement processing
Hi, When I execute the select statement in the HANA Studio SQL console window I can see the response like this: "Statement 'select distinct U.MANDT,U.OBJCT,U.AUTH,U.FIELD, replace(u.von,'*',' ') as...
View ArticleHANA standalone - Archiving
Hi, Is there any documentation available for Archiving in Standalone HANA? I am not able to find any link other than the one mentioned below, which discusses about Active and Passive datastores. Any...
View ArticleRe: Grant package privileges to user SYSTEM
Hi please see permission section in HANA dev guide,...
View ArticleUI5 Runtime update on HANA XS
Hi All, If I update my UI5 toolkit on HANA studio, should I explicitly update the sap-ui-core.js on the HANA XS server to ensure that the versions of core.js being used is the same.? I have updated my...
View ArticleRe: difference between modeler and sap hana development?
HI!!Thomas sir... Thanks for ur information...but can u please explained somewhat more briefly....if you have any pdf regarding it...share with me ... thankyou,jagaa.
View ArticleRe: difference between modeler and sap hana development?
hi!!! thomas sir... what is the use of RESPOSITROY_REST (objects privileges) ...how could i assign to my user....because when ever i am trying to assign getting an error as ... Could...
View ArticleRe: Unable to Install SAP UI5 in Cloud Share
Same problem here, also need help. Another problem with CloudShare, that my SAPUI5 runtime is not installed by default(or at least, not activated). Fresh install of HANA environment and:Error 404:...
View ArticleRe: Error while installing SAP HANA studio
Hi Gaurav, Is your problem resolved.I am facing the same issue , please let me know the steps you tried to resolve the issue. Regards,Veena
View ArticleCalculating Average in Calc View
Hi,I am trying to create a graphical calculation view using the following data to calculate average of the “Value” column for each...
View ArticleDELETE FROM with INNER JOIN on SAP HANA
Hi Experts, I tried to delete a row from a table using inner join. This is the code: delete "SCHEMA"."data::DaysUsed" from "SCHEMA"."data::DaysUsed" inner join "SCHEMA"."data::Request" on...
View ArticleRe: DXC Limitations and Alternates
Saurabh: Please review this blog: http://scn.sap.com/thread/3189341 Are you specifically looking to use DXC for non-cummulative data? Please expand on your requirement so that I can guide you better....
View ArticleRe: Adding new columns into existing HANA table
CREATE COLUMN TABLE MYTAB (SOME_FIELD INTEGER);ALTER TABLE MYTAB ADD (ANOTHER_FIELD CHAR(1));
View ArticleRe: Calculating Average in Calc View
I would create either: 1) A generated column in the base table that always has a value of 1, or2) A calculated column, value of 1, set as "Calculate before Aggregation" Then, sum up your VALUE field...
View ArticleRe: Adding new columns into existing HANA table
ALTER TABLE <tablename> ADD (<columnname> <datatype>); Example: ALTER TABLE "PROCUREMENT"."TEST_DATA" ADD (STATE VARCHAR(10));
View ArticleBook Review: SAP HANA: Introduction vs Implementation of HANA
Hi, I am BI developer and am thinking of getting into HANA. SAP has a book sale going on. I see there are 2 books on Hana.I would like to check which one would be better. I am a technical developer who...
View ArticleRe: Book Review: SAP HANA: Introduction vs Implementation of HANA
For a beginner to learn I will suggest to SAP HANA: An Introduction (2nd Edition)which explains nicely on HANA features..
View ArticleRe: Analysis Excel 2010 - Size limit of resultset exceeded
Hi All, Following should solve the problem: On local PC set following parameters: run...
View ArticleRe: Entering Blob into HANA problem
Hi Connor,Not really sure if it is the same issue, but i experienced issues in teh past inserting blobs into a DB (in my case was SQL server using Data Services), and hte issue was the encoding that...
View ArticleRe: SQL Server and HANA - Linked Server
Hi, did you find any solution for that? Getting different errors and no success, yet... Thanks, Thomas
View Article