Unfortunately with the new freeware version 1.4, I am still experiencing issues with the Query Plan Visualization.
If I run the following, the Query plan works = it is visible in the tab “Query Plan”
declare @num1 numeric(11, 2), @num2 numeric(12,2)
select @num1 = 5.5, @num2 = 10.0
select @num1 * @num2
select sum(@num1 * @num2)
If I run “select top 10 * from Account” in my database, the Query plan tab is blank
If I run stored procedures with or without EXEC, the Query plans tab is blank
Am I doing something wrong?
My tests were done with ASE15.5 ESD5.2 (compatibiliy mode on) and ASE15.7 ESD#3 (compatibility mode off).
We have been able to reproduce similar issues on one of our test servers. We are currently looking into it and I will get back to you as soon as possible.