i have a stored procedure which returns a parameter containing string in it i don't know how to call it and get the output parameter to show on my view...ALTER PROCEDURE [dbo].[sp_test]
@room_type varchar(40)
,@room_price_min float
,@room_price_max flo...