How to receive another procedure result in one procedure.

The grammar is following,
eg:
declare @result int
exec @result=sp_userTest
select @result
//statements: sp_userTest is a procedure,which is following
 create procedure sp_userTest
As
Select * from autolink_user
Return 1

posted on 2008-01-16 11:13  飞天舞者  阅读(246)  评论(0编辑  收藏  举报

导航

For more information about me, feel free email to me winston.he@hotmail.com