Execute Stored Procedure on External Database
Hello-
We created a connection to an external database and I can see it just fine in our Dev application. under Data Source > External Database Connection in Dashboard Data Adapters. The issue we are having is, we are not able to write and execute a query against this External Database. Instead, we are only able to execute a stored procedure but the SQL Query field will not allow us to do something like:
execute dbo.usp_GLReport
Has anyone run into a similar issue? Any ideas are greatly appreciated.

