문제

How to view the access plan for the entire SP along with the cost in IBM DataStudio, I am able to view it for a single query but when I do the same for a Stored Procedure it throws an error.

도움이 되었습니까?

해결책

Found the answer, using db2expln executable from the command window, I was able to generate the execution plan for the stored procedures.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top