Re: How to run HANA Stored procedure in parallel
The short version is: don't use cursors. They will never run in parallel. You can rewrite your stored procedure to avoid them in most cases. If you truly believe you can't avoid cursors then you can do...
View ArticleRe: BW tables distribution in HANA SP6 and later
The reason for this is that there aren't so many HANA Scale-Out installations out there (in the hundreds), and most of those fall into one of two categories: - Small enough that table placement issues...
View ArticleRe: SAP APO Demand Planning and Live Cache utilizing SAP HANA
Yes, you can find the details at the following link: SCM powered by SAP HANA | SAP HANA Also note 1825703 (http://service.sap.com/sap/support/notes/1825703) explains the migration of the SCM to have...
View ArticleRe: When to Store as "Row"Store Table & When to Store as 'Column" Based Store ??
Thanks for reply !!! SO - When ABAP Code is trying to execute on secondary DB Connection i.e on HANA, by the same program statments - there will not be any issue ? like Current underlying DB have...
View ArticleRe: Migrating Multiple Databases with multiple schemas to Hana
Wow, that is wonderful news! If there is a CREATE DATABASE statement, then surely, we can create multiple databases? And looking forward to release of SP07.
View ArticleSAP HANA Replication issue
Hi,After the patch upgrade for SAP HANA , we are not able to replicate the newly created tables from ECC System to SAP HANA. Below are the current Version details for SAP HANASAP HANA...
View Articlesapdbctrl - Database type 'hdb' is not supported
hii have installed the sap diagnostic agentWhen i trying to connect to Hana DB sapdbctrl status INA -t hdbERROR : Database type 'hdb' is not supported or unknown Any soution? many thanks John
View ArticleRe: One SAP HANA Appliance - HANA DB for SAP BW 7.3 & Use SLT for Multiple...
Maybe a bit late to reply on this old threat, but ok. By default SLT creates a new schema for every source system, which causes you to add logic later on to consolidate the two sources. I therefore...
View ArticleRe: HANA Data Load and Reporting
hello sir,Can we use SAP business object explorer,SAP business objects data services , SAP business objects analysis,SAP LT Replication server and SAP visual intelligence as reporting tool to...
View ArticleRe: SAP HANA SHINE - Links dont work for me
Thank you very much Denys for the info. I will try it out once more after watching the video and let you know if it works. The trial system I am using is a SPS6 and I am sure I will hit a few road...
View ArticleRe: Migrating Multiple Databases with multiple schemas to Hana
Sorry you misunderstand - my bad. SP07 is out and this command is in the reference. I presume it is a placeholder for future functionality like pluggable databases. Soon, we expect support for VMWare...
View ArticleInstalling NW 7.40 on HANA build 64
HANA Server build 64HANA Client build 64 (part of NW install) Installed separately, HANA Studio build 70 This is the first time I have attempted to install Netweaver. Running through the installer, I...
View ArticleRe: HANA and OBIEE connectivity issue
As of HANA SP7, scrollable cursors has been implemented in HANA. You want to try this out again with SP7?
View ArticleRe: SAP HANA: Select * From Analytic View works sometimes and otherwise...
Hi Krishna, The analytic view can give problems if we give Select * as some of the measures are aggregated. Can you please tell when its working and when it is not working? --Shreepad Patil
View ArticleRe: Selecting Top n Rows for distinct column values in HANA SQL editor
Hi Krishna, Thanks for your reply. This is exactly what I wanted.
View ArticleRe: Selecting Top n Rows for distinct column values in HANA SQL editor
Hi Nakul, Happy that it answered your question. Do mark this question as "Answered" it would be helpful. Regards,Krishna Tangudu
View ArticleRe: Migrating Multiple Databases with multiple schemas to Hana
That's what I said. It's not yet implemented.
View ArticleRe: When to Store as "Row"Store Table & When to Store as 'Column" Based Store ??
No. They are similar. You can bulk load into the column store. Again: do not use the row store unless you know why you are using it. You lost most of the optimisations of HANA when you use the row...
View ArticleRe: How to run HANA Stored procedure in parallel
I'm not sure I understand what you are trying to do. Can you explain in more detail and paste your code.
View Article