以T-SQL執行Web Services會用到下列幾個系統Procedure. EXEC sys.sp_OACreate 'MSXML2.ServerXMLHttp', @obj OUT. EXEC sys.sp_OAMethod @obj,'Open' ...
確定! 回上一頁