againstTheWind
Programmer
I am trying to use a stored produced to contain an entire SELECT statement. What code do I need to use to create a view with a couple of the same stored procedures(but with different variables being passed).
Something like
exec proc1 88,99
exec proc1 95, 21
??
Thanks!