Re: Unable To Create Partitioned table Acrross Multiple HANA instances
It doesn't have to be a syntax error, perhaps it cannot find any service on that host and port. The Admin guide says CREATE TABLE <table_name> <table_contents_source> AT [LOCATION]...
View Articlelong Savepoint durations, high log latency or low throughput
Hi All How do we find out long Savepoint durations, high log latency or low throughput in SAP HANA, would anyone please advice. Thank youJonu
View ArticleRe: print a statement in console????
This isn't possible. The console displays what's sent to Java's standard output (via Eclipse) - which is in no way accessible from SQL.
View ArticleRe: Scalar type not allowed : SQLSCRIPT
Hi, I'd highly recommend recommend spending time learning how to develop efficient data models in HANA. There are courses HA100, HA200, HA300 from SAP that may interest you. Additional resources...
View ArticleRe: Scalar type not allowed : SQLSCRIPT
Hello Jody, Thanks for the valuaböe information.I am sure that those resources will help me a lot.Thanks again. Mesh
View ArticleRe: Subtract timestamps, result with fractions of seconds
Hi I am also looking for a datediff like function. In my case I would like to determine today's date and then calculate what the date was 3 months ago. This creating a dynamic filter that will always...
View ArticleRe: Call proceedure results a null value
As far as I know, functions are not supported as development artifacts in the HANA Development Perspective in HANA Studio, yet. You'd need to create them directly in the Catalog (Modeler...
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Hi Shree Thanks. I tried as you suggested and still got zero rows when I called the procedure. I also tried Select * From Table_2 and only showed the Header Row. I tried the procedure two ways (see...
View ArticleLong login to SAP B1 releated to HANA issue.
Dear all, I have strange issue with SAP B1 for HANA and with HANA itself. When users are logging to SAP B1 it takes about 2 minutes to log in, durning that time SAP B1 client hangs, goes gey and stops...
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Hi John, Method 2 would give an error for sure as loop's WHILE condition would check whether VAR_2 > 0 and whereas the VAR_2 variable does not hold any value. However, you should get a similar...
View ArticleRe: Help requested re: LCM Connection Error
Hi John, one question: do you have found a solution for this problem? I'm running into the same error. RegardsPeter
View ArticleCustomized Date format using DatePicker
Hi Team, Please tell me how to declare customized date like MM/yy using DatePicker element.Reply me any sample working code to do so. Thanks,Nagender Naroju.
View ArticleRe: Calculated column using timestamp
Hi Ashutosh, Lets say format of DATE is 14.01.2014 You can useRightStr(string("DATE"),4). So convert to string and get 2014. Regards,Viren
View ArticleRe: How will the HANA System use the space in Fusion IO Card
Hi, I'm the Social Media manager with Fusion-io. To help clarify, SAP specifies that Fusion-io be used for HANA appliances for logging. Main data processing otherwise occurs “in-memory”. You can also...
View Articlesystem table name to get metadata of a calculation view in HANA
Hello I have created a graphical calculation view,which is running sucessfully. Example :- table1, table2 -- > join_1 ( table1.id =table2.id) --> projection_1 -> Aggregation -- >...
View ArticleRe: Batch writing into HANA over ODBC
Not sure if you want to hear this: when you write your data into a file, you can then issue an SQL IMPORT FROM statement where you can specify the number of threads and batch size to use. -- Micha
View ArticleRe: INSERT statements in HANA DB
Why not writing the tuples into a CSV file and loading them with a short SQL statement? -- Micha
View ArticleRe: INSERT statements in HANA DB
But how will your script connect to HANA DB?Via ODBC? If so, then you'll probably commit one insert at a time in your script code, right?It should be fine then.You just won't be able to test it via...
View ArticleRe: SQL BETWEEN in HANA
Hi Sangmesh,try thisvar_out= CE_PROJECTION(:table1,["col1","col2","col3","col4"], ' " col2" >= "col3" AND "col2" <="col4" ' );This should work. Please let me know the result.Regards,Vijay
View ArticleHANA Databases: RDBMS and HANA, where do I put my data?
I need some clarification regarding the databases provided by HANA Cloud. So far, the HANA's presentation I have attended emphasized on the in-memory technology and the potentiel of HANA to provide...
View Article