In my bank I have 2 stored procedures, dbo.A and dbo.B. in the procedure dbo.A there are the parameters @name, @rua in the procedure dbo.B there are the parameters @cep, @telefone
But I also need to have the dbo.A rbo parameter in dbo.B. I need to do it via Microsoft SQL SERVER Management QuerySql.