Hi
i have executing a stored procedure in which i have to give one input variable and the result will be a table view
here is my stored procedure
create proc getValues
(
@name varchar(50))
as ...