HANA Table Export - Missing Columns
Hello, I need to export a table which has 700 Columns and 30000 rows. The problem is that when i export the table data using HANA Studio, it limits the number of columns in the csv file to around 583...
View ArticleRe: Most frequently used commands in HANA database level and automatic back up
Hi All, this might be useful: SAP Hana Commands and Command Line Tools And SQL Reference Examples For Netweaver Basis Administrators Andy.
View ArticleRe: HANA Table Export - Missing Columns
Hi Nitin, Could you please attach the excel so that i can look on this. If the data is sensitive please include only 1 row in it but should have 700 columns in it. RegardsRaj
View ArticleRe: HANA Table Export - Missing Columns
Hi Nitin, You can tryEXPORT <table_name> AS CSV TO '<path>' http://help.sap.com/hana/html/sql_export.html BRAtul
View ArticleRe: HANA Table Export - Missing Columns
Hi Atul, Thank you for the reply and i had check this option of Exporting to Server but then we dont want to upload it to the server and then download it. Since HANA allows to create a Table with 1000...
View ArticleRe: HANA Table Export - Missing Columns
Hi Raj, The problem is not during importing table to HANA but Exporting an existing table from HANA to Excel. We have created the HANA table based on some business logic within HANA and now want to use...
View ArticleRe: HANA Table Export - Missing Columns
Hi Nitin, Yeah i understood your scenario but i do not have table with that many columns. So first i need to import with your excel and then try your scenario. So if you do not have excel of the same...
View ArticleRe: How we handle CLOB and BLOB Datatypes in HANA DB
Hi Thomas, A quick follow up about lob datatypes. I looked though the documentation for the restrictions of lob datatypes. According to the documentation I should have no issues running a simple...
View ArticleRe: Issue in loading kna1 table from ecc to hana through BODS
Hello Raj and Tomas, Thanks for your reply. I am able to fix this issue by splitting the select query. Thanks,Raghu
View ArticleRe: how to rank two columns using contains in Select statemen
Hi Fernado, I guess select on olap view without aggregation or grouping by is not supported.By the way have you executed the query? RegardsRaj
View ArticleRe: how to rank two columns using contains in Select statemen
Hi Raj, It's not supported, OLAP needs aggregation also CONTAINS is not supported for any kind of view.I've just answered taking into account that what Ramesh tried is working.He didn't provide a...
View ArticleRe: how to rank two columns using contains in Select statemen
Hi Fernado, Thanks for clarification. I will have a look tomorrow whether i can do this or not. RegardsRaj
View ArticleMonitoring log segment usage
We are trying to monitor our redo log usage rate. Using the m_log_segments_reset we can see what the currently used segment is but since the segment_id is static and the log segments cycles by default...
View ArticleRe: how to rank two columns using contains in Select statemen
Hi Raj, I took a time to test and...- CONTAINS is only supported for Attribute View- All views can work without aggregation (depend of your parameters) The code below works (I added even a TOP 4...
View ArticleRe: Looking for equivalent to "next value" in View
Hi Demian, Based on Fernado idea, you have to create the SQLscript like this: /********* Begin Procedure Script ************/ BEGIN c1 = CE_COLUMN_TABLE...
View ArticleRe: What are the prerequisites for learning SAP HANA
Hi Jeevan,We need to first start with In-memory database concepts.SAP is offering 6 weeks free HANA training which is started on 27th May 2013. You will find all videos tutorials on opensap.com. Before...
View ArticleRe: What are the prerequisites for learning SAP HANA
Hi Jeevan,SAP is providing 30 days of free access to SAP HANA developer edition environment hosted on CloudShare. This HANA environment is very useful for learning. Here is the link for...
View ArticleHow to assign an Analytic privilge to user using SQL?
Hi, How do i assign an Analytic Privielge which is inside a package to a User using sql? The sql below doesnt work if the Analytic Privilege is inside a package. call...
View ArticleRe: L-Language with SAP hana
Hi Rich, Are there any evolutions scheduled for it ? Some partners/customers would like to developp their own algorithms and put them directly into sap hana (not on another machine) thanks a lot...
View ArticleRe: CE functions vs. SQL
With SPS 05, you can debug procedure in XSEngine but not in SQL Console.
View Article