Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Issue: MDX Query not executing in Hana Studio 2.0.8 Version

$
0
0

Well, searching for the error message would have helped here.

As I explained in Regarding "Generate Time Data" Option in HANA | SCN

 

...apparently there had been a change in the SAP HANA studio so that now all SQL commands get prepared before execution...

 

Anyhow, I was able to do something like this on rev. 96:

  

create procedure run_upd_time ()

language sqlscript

as

begin

    exec 'MDX UPDATE TIME DIMENSION Year 1950 1953';

end;

 

call run_upd_time();

...

 

In other words: you need a wrapper (and some more exercise with search engines... )


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>