Can you call a webservice from TSQL code?

前端 未结 9 1858
野趣味
野趣味 2020-11-29 00:39

Is there a way to call out from a TSQL stored procedure or function to a webservice?

9条回答
  •  星月不相逢
    2020-11-29 00:54

    In earlier versions of Sql, you could use either an extended stored proc or xp_cmdshell to shell out and call a webservice.

    Not that either of these sound like a decent architecture - but sometimes you have to do crazy stuff.

提交回复
热议问题