I'm following to execute the Store Procedures Across the different Azure DB from here. The thing is my Original Sp has 2 output parameters.
But when i tried to call the Sp from Other DB.
I get the error as
Procedure SP_EXECUTE_REMOTE, Line 1 [Batch Start Line 0]
Output parameters are not supported with sp_execute_remote.
If the output parameters are not supported in sp_execute_remote.Then how could i call my Sp(Original DB)from Caller DB.?