1
Look at the scenery:
I have a procedure
that running directly by SQL it takes about 50s to return the data. However, when this same process is executed via the system, the timeout in 15 s.
My question is, would it be possible to limit the time between connection with the bank, execution of the procedure
and the return of it, thus, if it is to really give timeout, only after the parameterized time and/or wait for the procedure
return the data?