Re: how to transport the objects in HANA system Dev-Qlty-Prod
Hi Krishna, Thanks for your reply and sharing valuable information.
View ArticleRe: SAP HANA: Select * From Analytic View works sometimes and otherwise...
Krishna,I've not seen anything like this but then again I never select * from any kind of information model in HANA. That is a sure perfromance killer and SAP advises against ever doing that. Perhaps...
View ArticleRe: Why CTL file is not separate for loading data into Columnar Tables?
Hi Krishna, This is not the direct reason for the column-store tables to be slower for data loading. Inserting data into an 'n' column tables is like inserting data into 'n' 1 column tables and then...
View ArticleRe: SAP HANA: Select * From Analytic View works sometimes and otherwise...
Agree with Thomas.. You should not ideally do a select * on a Analytic view.. But I have see this behavior as well.. I am also curious why is this behaviour.. I even checked in my HANA rev 69 system I...
View ArticleRe: HANA Live - Attribute Views??
Thanks everyone for great discussion. Now having used HANA live for couple of months and several enhancements, I find it extremely annoying to have everything as calculation view especially from...
View ArticleRe: HANA Data Load and Reporting
thanks a lot sir for your reply.Next time i post a new question.thanks and regards sakshi
View ArticleDifference between C_HANATEC_1 and C_HANATEC131 certifications?
Hello Experts, What is the difference between C_HANATEC_1 and C_HANATEC131 certifications? Which one is right choice is for SAP Basis Consultants? Thanks & Regards,Kiran
View ArticleRe: SAP HANA Replication issue
Thanks for your response. Below are the version details. DescriptionCurrent version (After SAP HANA revision upgrade)Earlier version (before SAP HANA revision upgrade)- Revision of HANA DBRevision...
View ArticleRe: Difference between C_HANATEC_1 and C_HANATEC131 certifications?
Hi Kiran Certification - SPS06 C_HANATEC131 – SAP Certified Technology Associate (Edition 2013) - For Consultants and customers that engage in SAP HANA projects in technology and administration roles....
View ArticleODBC Timestamp Data Types
I recently linked my HANA DB via ODBC with MS Access.Everything worked fine using the HDBODBC driver.Except data types grouping around date types.For example types of DATE, TIME or TIMESTAMP are only...
View ArticleRe: ODBC Timestamp Data Types
Hi Daniel, Can you please share the DDL of the table you are using? Regards,Krishna Tangudu
View ArticleRe: SAP HANA: Select * From Analytic View works sometimes and otherwise...
Hi guys, PFA the screen shot where i queried for getting count. Regards,Krishna Tangudu
View ArticleRe: When to Store as "Row"Store Table & When to Store as 'Column" Based Store ??
Thanks Appleby. Regards,Krishna Tangudu
View ArticleRe: How to run HANA Stored procedure in parallel
Hi Appleby, What we created is a generic procedure to load data into hana. So to make it generic, we kept the Table names as input parameter. And since SELECT * FROM TABLE is not good for the...
View ArticleRe: ODBC Timestamp Data Types
Hi Krishna, sure, this is the SQLScript of the table I set up for testing.The columns: CreatedAt, CreatedTime and CreatedTimesstamp have different time and date types but will be displayed as "text"...
View ArticleRe: Can we use vmware to install HANA?
For anyone finding this thread. You can run HANA on VMware now.If you buy the HANA product from someone like Dell, they can provide an appliance that is split, virtually and supported by SAP.
View ArticleRe: HANA DB 1.00 SP7 Issue... HANA_ADMIN.tgz DU
Hello Stephanie- Attempting to do HANA DB migrations, or NetWeaver installations are running into the bad HANA_ADMIN delivery unit. Do you have any response to my previous question? "The DB traces on...
View ArticleRe: SAP HANA Replication issue
Try updating your kernel first. Patch 120 was pretty broken with SLT. You need at least Patch 201, they are now up to Patch 500. Same with DBSL - you can't expect an old DBSL to work with a new HANA. John
View ArticleRe: How to run HANA Stored procedure in parallel
You're misunderstanding a few things about HANA. SELECT * is considered poor for performance because you need to scan each column and this is inefficient if you only need a few. If you actually want...
View ArticleRegarding an upgrade to SAP HANA SP07 from Oracle DB
Hi Expert... Currently we are using SAP ECC 6.0 EHP 5 and SAP SRM 7.0 EHP 2 with ORACLE database... We have a plan of moving to SAP HANA SP07. So before moving to SAP HANA SP07, do we need to upgrade...
View Article