SQL 发HTTP请求,触发器无法执行存储过程?求教
只执行触发器没问题,只执行存储过程也没问题,触发器中都写死了 还是不能执行存储过程。
ALTER TRIGGER [dbo].[Event_Update]
ON [dbo].[Eventinfos]
for update
AS
if update (AlarmNum)
BEGIN
exec FirePush '20171105075150657'
问题解决两边一起结账啊:http://bbs.csdn.net/topics/392293480?page=1#post-402919337