Execute a stored procedure in another stored procedure in SQL server

后端 未结 7 1403
盖世英雄少女心
盖世英雄少女心 2020-12-01 09:25

How can i execute a stored procedure in another stored procedure in SQL server? How will I pass the parameters of the second procedure.?

7条回答
  •  一整个雨季
    2020-12-01 09:55

    You can call User-defined Functions in a stored procedure alternately

    this may solve your problem to call stored procedure

提交回复
热议问题