How can i execute a stored procedure in another stored procedure in SQL server? How will I pass the parameters of the second procedure.?
You can call User-defined Functions in a stored procedure alternately
this may solve your problem to call stored procedure