Hi
I have a stored procedure which returns 2 variables(int and varchar). I would like exec the stored procedure in select statement while creating the view.
Is it possible to exec the stored proc in select statement. If possible, kindly explain me how can we achieve it with some basic examples....