@Brett Saviano Is there something needed to enable Show Plan. I checked my extensions and none of them say I need updating. Additionally while it is great to have the action to Show Plan for a class query, InterSystems Studio allowed us to select any text-Right Click-Show Plan. This is useful when either you have a Dynamic SQL statement inside of a method or you are using embedded SQL with or without a cursor such as
&SQL(DECLARE Loop CURSOR FOR
SELECT %Id,Super
INTO :tClass,:tSuper
FROM %Dictionary.CompiledClass
WHERE %Id %STARTSWITH :Prefix AND GeneratedBy IS NULL AND COALESCE(Deployed,0)=0
AND (Super not like '%DeepSee.KPIPlugIn')
FOR READ ONLY
)
&SQL(OPEN Loop)
For {
&SQL(FETCH Loop)- Log in to post comments
.png)
.png)
.png)
.png)