0
我正在關注從here執行跨不同Azure數據庫的存儲過程。事情是我的原始Sp有2個輸出參數。Azure SQL sp_execute_remote不支持輸出參數
但是當我試圖從其他數據庫調用Sp。
我得到的錯誤作爲
Procedure SP_EXECUTE_REMOTE, Line 1 [Batch Start Line 0]
Output parameters are not supported with sp_execute_remote.
如果輸出參數不支持sp_execute_remote.Then我怎麼能叫我從主叫DB SP(原DB)。?
是的,我也跟你提above.Also我使用了嵌套動態查詢同樣的事情做 – Jayendran