执行存储过程

测试时最好带参数执行存储过程

declare @p5 int

set @p5=12
exec proc_GetPenddingImportJobApply @period=1,@index=1,@pageSize=1000,@website=N'51Job',@total=@p5 output
select @p5
go

posted on 2010-03-04 14:53  伊伦  阅读(243)  评论(0编辑  收藏  举报

导航