Passing parameters to stored procedure
807569Jul 11 2006 — edited Jul 11 2006hi,
I want to know how do we pass parameters to stored procedures.i have made a function to create a stored procedure and another function to call it.While calling the stored procedure i need to specify parameters like suppose
Create procedure abc as Select * from authors where au_id='12344' and au_name='sau'.Now i want to call the stored procedure by passing the parameters 12344 and sau as runtime arguments .Could someone plz help me out with this.This is to be done for SqlServer