Hi guys
I have a stored proc name usp_SysData_Select what i want is to store a column which my stored procedure will return in a variable so i can use it
like
DECLARE @RC int
EXEC @RC = [MOAD].[dbo].[usp_SysData_Select] DEFAULT
i watn @RC to be a column returned from the usp_SysDataSelect how i can do this?
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR
I have a stored proc name usp_SysData_Select what i want is to store a column which my stored procedure will return in a variable so i can use it
like
DECLARE @RC int
EXEC @RC = [MOAD].[dbo].[usp_SysData_Select] DEFAULT
i watn @RC to be a column returned from the usp_SysDataSelect how i can do this?
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR