Re: Get Hana server version through sql query
Well, one thing here is that MS SQL Server clearly uses a different scheme to indicate its software version.So, you wouldn't get the same semantics here anyhow. For logging purposes, where you want to...
View ArticleSQL program to count the number of vowels
Hi Folks, Can you please help me with a SQL program to display all column of a employee table where the number of vowels in FIRSTNAME AND LASTNAME is more than 5. RegardsNitin
View ArticleColumn Store Error on importing schema
Hi, I am trying to migrate schema from one hana instance (SPS 8) to another instance (SPS 9) using EXPORT/IMPORT. I exported the schema to a folder and then copied the folder to new hana instance via...
View ArticleRe: Reset or recovery DMO process
I've stopped all the process and launch again the SUM.After that the Reset button didn't appear and select next, after that the SAP instance was started and the reset process was finished.
View ArticleHANA on AWS quick deployment fails on WaitForHANAInstall
HI, Have anyone recently deployed a HANA instance into an existing VPC using the SAP HANA Quick Start Reference Deployment guide? It gets stuck for 60min on the following steps then rolls back due to...
View ArticleRe: SQL program to count the number of vowels
One way to approach such a problem is what I just did: Google "sql vowel" and find http://stackoverflow.com/questions/13753498/select-vowels-from-a-varchar-oracle-pl-sqlLook up REGEX functions in the...
View ArticleRe: SQL program to count the number of vowels
Hi Lars unfortunately i am on SP08 , the function OCCURRENCES_REGEXPR is added on sps9. I will update once the program is ready in sps9. Thanks for help RegardsNitinr
View ArticleRe: SQL program to count the number of vowels
Goodness... working with OLD tools... alright.How about removing all vowels from the string and checking how many characters you lost? select user_name, length( user_name) - length (replace (...
View ArticleRe: SQL program to count the number of vowels
Hi Lars, It is working fine now. Thanks for the help. RegardsNitinR
View ArticleRe: Column Store Error on importing schema
Hi, Please clarify if you are using an SAP HANA for SAP Business One solution and the current revision. Best regards,Michael Devine
View ArticleRe: HANA user getting locked
Hi Lucas, I think its difficult to explain the same so closing the incident.
View ArticleHDB stop - FAIL: Timeout
Hi What would you do if you need to stop HANA database, and it fails on Timeout: servername01:/usr/sap/SID/HDB01> HDB stophdbdaemon will wait maximal 300 seconds for NewDB services...
View ArticleRe: HDB stop - FAIL: Timeout
update: I have now killed all sessions in M_CONNECTIONS with "ALTER SYSTEM DISCONNECT SESSION xxxx" and stopped all the tenant databases with "ALTER SYSTEM STOP DATABASE xxx" and still HDB stop times...
View ArticleRe: HDB stop - FAIL: Timeout
Hi, Use 'HDB stop'.After several minutes, run: 'HDB info' in SSH with sidadm user to see if there are any HANA processes running. If there are, use 'kill -9' to shut them down. Regards,Michael
View ArticleWhen we will go for stored procedure in SAP HANA?
We can achieve everything through information views, then in which scenarios we will create stored procedure?Thanks
View ArticleRe: When we will go for stored procedure in SAP HANA?
No, you can't. And in these cases you use stored procedures.Keep in mind that scripted calculation views are also just stored procedures. - Lars
View ArticleRe: When we will go for stored procedure in SAP HANA?
Thanks Lars. I wanted know like we have functionality in SAP HANA to create stored procedure also. So any scenarios in which we cant do through views and we will create stored procedure for that....
View ArticleRe: When we will go for stored procedure in SAP HANA?
I am not sure what you are really asking here.There is a lot what you could do with SQL or the semantics that information views provide.But sometimes writing procedural code is clearer or more...
View ArticleRe: When we will go for stored procedure in SAP HANA?
Thanks Lars. I got my answer in your reply what I was looking for
View ArticleBooks/ practice problems/Practice website for SQL
Hi Folks, I am new to SQL and want to practice problems on SQL. Can you please share some 1) Books containing practice problems for sql OR2) Practice question .pdf links OR3) website containing the...
View Article