Hi,
I have a PowerApp connecting to on-premise SQL via a gateway. All is good, I am able to read and write to any table and call any view. We decided to start trying to use Stored Procedures for the obvious performance benefits.
But, I cannot see any stored procedures other than what appears to be a few built-in ones.
These are the type of stored procedures I can see when selecting (Showing when I start typing sp_)
Here is when you don't search, shows about 56 stored procs, none of my own custom ones.
These are the ones I really want to see.
Does anyone have any ideas here or had a similar issue and how did you resolve it? I am 100% I am using the correct SQL connection as I am seeing all the tables and views.
Thanks,
Warren