cancel
Showing results for 
Search instead for 
Did you mean: 

What tool/editor you use for HANA SQL Script?

KulDeepJain
Active Participant
0 Kudos

Hi All,

HANA Sql Script editor is not much user friendly, hope others are also having same feelings.

Can you tell me what other tools you use to edit SQL script code?

Thanks,

KD Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What features would you like to see in the HANA SQLScript editor?

rindia
Active Contributor
0 Kudos

Hi Thomas,

When it comes to editing the SQLScript, I generally copy the entire code in Notepad++, do require changes and paste back the code in editor.

The features in Notepad++ gives more control on code readability.

Is it possible to have those few features in future releases?

Regards

Raj

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Well what features exactly are you looking for?  We do have code collapse, syntax highlighting, even code completion in the SQLScript editor.

KulDeepJain
Active Participant
0 Kudos

Many like pretty printer, keyword suggestion, Blocking, tabbing... inshort which makes a developer faster to code with best practice of format.


KulDeepJain
Active Participant
0 Kudos

Same here Raj, even I use Notepad++ for faster formatting..

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

We do have Pretty Printer although in the context menu its called Format Code.

We also have keyword suggestions:

And Semantic Object Completion:

Which is why I ask specifically what features you are looking for, because several you list are already in the product.

KulDeepJain
Active Participant
0 Kudos

When we are in Calculation view based on sqlscript screen.

Context menu only shows execute. Then I found somewhere in menu for format option. It pushes whole code to left justified.

Keyword suggestion, I should find in sqlscript Cal.View screen.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

So you are using the scripted Calculation View. That editor is quite old and no longer enhanced.  We really recommend the use of SQLScript table functions instead of the scripted calculation view in later releases.  In fact as of SPS 11 in HDI we have removed the scripted calculation view completely.  The screen shots and features I described are from the SQLScript editor itself (for procedures and functions).

GrahamRobbo
Active Contributor
0 Kudos

Multiple cursors please? Or even be able to plug-in your editor of choice?