Re: How to get the result of an EXECUTE IMMEDIATE command?
Please explain why it it should be bad practice? The dynamic part is not the best, but on that level it is better than doing a dynamic SQL in a procedure. And again, as I mentioned, yesterday in...
View ArticleRe: How to get the result of an EXECUTE IMMEDIATE command?
yes Florian, it is bad practice because you are leaving a door for SQL injection. There are better approaches such as, executing stored procedures, using parametized inputs, etc. hope you agree on...
View ArticleRe: How to get the result of an EXECUTE IMMEDIATE command?
I know the post is already answered but just want to share that if you want to save the results of the execute immediate statement in a temporary variable, then you can use temporary table like this...
View ArticleRe: How to get the result of an EXECUTE IMMEDIATE command?
If you would read the original requirement of the question, than you would recognize, that you have the same vulnerability in the procedure. In both cases you have to avoid that with the corresponding...
View ArticleRe: How to get distinct values from table in calculation view?
Hi Khalid,In your scenario,It looks like you have detailed table and summary table, however there is one column that makes the detail table as detail for example:summary Table = ST , Detail Table =...
View ArticleRe: SAP HANA Studio Installation Manager stuck in "Running equinox P2 director"
Does that finish after 4 hours?
View ArticleRe: Sap Hana and R Configuration
Hi Vjola, can you tell me what you changed in your firewall in order to run R from Hana? I am getting the same error message and my Rserve is running on an Suse enterprise server. I can ping from my...
View ArticleRe: R connect to HANA with ODBC
Hi Whisly, I am having the same error too, though I get it while connecting from Data Services to HANA. This seem to be happening mostly when the SQL gets push down. Could you please describe what...
View ArticleRe: Count Distinct in CE_AGGREGATION?
Hi Krishna,this is the process to achieve count in calculation view:at the tope layer right under semantics on the right side there is green plus sign once you click it you can select option of counter...
View ArticleRe: How to get the result of an EXECUTE IMMEDIATE command?
Good sources about the basics (and some advanced topics) for XSJS and native HANA development in general you find inIntroduction to Software Development on SAP HANANext Steps in Software Development on...
View ArticleSap Hana and R Configuration
Hi all, I am trying to connect with RServe in Hana Studio to run my Rlang scripts. This causes the following error message: SAP DBTech JDBC: [2048]: column store error: search table error: [34081]...
View ArticleRe: SAP HANA OData xsjs Modification exit binding error
Thanks a lot Florian, it work, my odata service is active
View ArticleHANA VORA 1.1
Dear All, I am unable to find VORA 1.1 Version libraries to be downloaded from Service MarketPlace. Only 1.2 version is available and I can download it. Can anyone please provide me links of where to...
View ArticleAlter column in HANA table
i try to run this command in HANA database in PreProd platfrom and it gives syntax error, while im running the same command in Dev/QA and UAT and it is running successfully. altertable XXX.YYYYYYYYY...
View ArticleRe: Input Parameter that is 'Derived from Procedure' does not return anything
No success. I simply quit!
View ArticleRe: Input Parameter that is 'Derived from Procedure' does not return anything
the problem seems with table type output in procedure. Can you please try with catalog procedure and with scalar output parameter. I am sure the functionality is built based on that .
View ArticleSAP HANA Trial Database parallel processing
Has the SAP HANA parallel query processing for trial version?If it has, than how could I configurate it, may be set some parameters through system tables?
View ArticleHANA xs app, URL ReWrite not working - 404 not found
Hi All, Can someone please assist in getting URL rewrite working on a simple HANA XS application? I keep getting a 404 not found. My application root is located at:/MAIN/PACKAGE1/ I am trying to map...
View ArticleSmart Data Access to SQL Server DB(tables not visible)
Hi, I am connecting to SQL Server database through HANA's Smart Data Access(SDA). When I connect, I am able to see the schema names but tables within these schemas are not visible. Can someone guide...
View ArticleRe: Smart Data Access to SQL Server DB(tables not visible)
Hi Niranjan, Can you check if the authorizations assigned for the user on the SQL Server is working?You can test by logging into the SQL Server management studio with the user and password and check if...
View Article