在存储过程中执行存储过程

Create proc  sp_myproc

(

      ....

)

AS

Update xxx Where xxx


exec   log_UserLog_Add   @UserID,  'UpdateUserInfo',  @Content,  @IP,  'User',  @UserID


你可能感兴趣的:(user,存储)