Page 1 of 1

Stored Procedure with Temporary Tables

Posted: Thu 24 May 2018 19:33
by ohmel
Hello,

I have a complex stored procedure that makes use of many temporary tables. Is there a way in debug mode to query these tables?

Thank you,
ohmel

Re: Stored Procedure with Temporary Tables

Posted: Fri 25 May 2018 09:21
by alexa
Could you please describe this in more detail?

In case you would like the values of temporary tables to be displayed in the Watches window, there is no such a possibility at the moment. Though, you can add a suggestion on the UserVoice forum where other users can vote for it https://devart.uservoice.com/forums/772 ... -for-mysql

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.

Re: Stored Procedure with Temporary Tables

Posted: Fri 25 May 2018 12:47
by ohmel
Yes, I would like to be able to track the values in the temporary tables via the watch window or have an ability to query them directly within that session. I will add it to the forum as well.

Thank you