Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
Use Return statement in the stored proc instead of "select person_id"
then
Declare @outvariable int
Exec @outvariable=getuser(<the required parameters>
select ourresult=@outvariable
I trust this clears u...
January 27, 2005 at 5:55 am
January 21, 2005 at 4:34 am
hi,
Try doing this
select
substring(cast(getdate()
January 21, 2005 at 4:22 am
Create
PROCEDURE ReturnColumns
/******************/
--Created by Muralikrishna
-- @ num holds the number of columns to be selected
-- @ tabname holds the...
January 20, 2005 at 2:07 am
Viewing 5 posts - 1 through 5 (of 5 total)