获取存储过程返回值


 declare @newid int

   EXEC 存储过程名称 参数值,  @newid OUTPUT
  
   print  @newid

原文地址:https://www.cnblogs.com/zhang9418hn/p/2396329.html