Re: Can we pass a columns dynamically in the select statement of Calculation...
Really, you recommend to use dynamic SQL for that case with the known disadvantages? From my point it is not really necessary, also not in a scripted view.Sometimes I miss a "dislike" button here .
View ArticleRe: Diffence between c_hanaimp151 and c_hanaimp141 certifications
Hello,Also want to know is there any significant difference in these two exams: c_hanaimp151 and c_hanaimp141. Does this mean that 141 is a basic hana test and 151 has completely different questions...
View ArticleRe: Can we pass a columns dynamically in the select statement of Calculation...
lol we don't know how many records or columns will be read or the real requirement here. why not use if that option is avaliable . we can't simply skip a solution due to disadvatanges
View ArticleSAP DBTech JDBC: [403]: internal error: Error executing query [Sybase][ODBC...
We're working for Data Ageing. 1. Table named "T1" exists into SAP Hana with Data type Decimal (34), column store as "Decimal_Float"2. Created one Table name "TQ1" into Sybase IQ Data type as Decimal...
View ArticleRe: HANA session switches automatically to SYSTEM schema.
Hi Tal et al., This issue appears to be is connected to the HANA ODBC driver libodbcHDB. I also experienced this kind of error message, e.g. when connecting through ODBC from a ruby on rails app to...
View ArticleRe: Error while installing SAP HANA studio
Error solved copying the intallation folder to root C:\ with a short name folder.
View ArticleHANA JOINS
Hello all, I have a basic question, May I know which is the best join to be preferred if there is no referential integrity between the tables and also what is the main difference between Referential...
View ArticleRe: How to communicate SAP HANA DB with C# code?
If you are using the ODBC as the mechanism to connect to HANA, is there is a reason why you are not using the ODBCConnection object and the other classes from the namespace System.Data.Odbc?I know you...
View ArticleHANA view extension tool not working
Hi Experts, We have installed the HANA view extension tool. We can see tool folder and file inside it. But when we select the live view and click on extend view. we don't see any response or activity....
View ArticleRe: SAML2.0 XSApplication LUMIRA
Hi Zachary,Please reply to above communication so as to proceed further. Thanks & Regards,Nilesh Shete
View ArticleRe: SAML2.0 XSApplication LUMIRA
I was not successful in getting ADFS with Hana SAML2.0. However,Destination URL and Service you are accessing from outside are the same URL..It is the files behind the folders which you have configured...
View ArticleIs there a way monitoring the count of Select statements fired against each...
Hi All, I have a requirement like, monitor the count of select statements fired against each value of a column in a specific table. Does HANA log this anywhere or I need to create a separate log table...
View ArticleRe: HANA JOINS
Hi Vinni Jadav, The best join to be preferred if there is no referential integrity between the tables is Inner Join.To know the difference between Referential and inner join go through below...
View ArticleRe: data provisioning using table import: error occurs!
Hi Wenbo .hdbtim should contain the structure like below and activate the same. listCsvFile csvFiles;import csvFiles "SCHEMA_NAME" "TiPackage:TiModel";
View ArticleRetrieve data from calling stored procedure using "EXEC" command
Hi, I am trying to execute the stored procedure dynamically using EXEC command inside another procedure. Here my doubt is how to retrieve the result after dynamic call of procedure. Please help me...
View ArticleTransform table data into json or xml format in SAP HANA SQL Script
Hi All, I have requirement of converting table data into json or xml format using SQL Script. If it is possible please paste the sample code. Thanks,Venkatesh
View ArticleRe: Retrieve data from calling stored procedure using "EXEC" command
Hello Venkatesh, the error occurs, because LT_DATA is unknown in the dynamically executed call statement. Due to the dynamic execution LT_DATA will not be created automatically as it would be the case...
View ArticleRe: Transform table data into json or xml format in SAP HANA SQL Script
Hello Venkatesh, SQLScript does not provide out of the box the options to convert data to JSON or XML. Of course you could implemented a simple JSON creator with imperative logic in SQLScript, but I...
View ArticleRe: HANA JOINS
Thanks srihari... your answer was helpful. I have one more question. Assume I have 2columns A,B .. I have created calculation view on top of that.Can I query in the view to get the number of columns...
View ArticleRe: Transform table data into json or xml format in SAP HANA SQL Script
You could use ODATA Regards,Krishna Tangudu
View Article