55
Views
4
Comments
[SQL Sandbox] Execution Plan not working
sql-sandbox
Web icon
Forge asset by Leonardo Fernandes
Application Type
Traditional Web

After asking OS support to create a new user with SHOWPLAN permission

We are still getting errors while using the connection with the configured user

Any clue?

Thanks

2023-01-25 05-43-21
Murugan S S

Hi Andre, 

I faced this issue, I just disconnected and restarted the SQLMS, and I tried connecting again it works for me, Access perspective show plan access enough to get the execution plan.


Thanks

Murugan S S 

2020-10-27 09-20-27
John Salamat
 
MVP

Hi Andre,

Did you do the steps required to define a new connection string with the user that has permission and use that as DB connection.

https://johnalvinsalamat.medium.com/viewing-sql-execution-plans-in-outsystems-using-sql-sandbox-8117a59ce9fd


Regards,

John

2022-12-30 07-28-09
Navneet Garg

Please check the module settings

2023-02-09 12-36-42
Damian Fonville

Could you try it with this query? 

SELECT TOP 10 * FROM OSSYS_User

In our environment when the entity syntax is used the internal database connection is used, but with SQL tables it uses the correct connection that you have selected

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.