Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: How to send parameter inside Job?

    Thanks friend. i will do 🙂

  • RE: How to send parameter inside Job?

    To send, more detail of my SP:

    CREATE proc [dbo].[SP1]

    @IdEmpresa int,

    @IdOficina int,

    AS

    SELECT TABLE1 FROM IdEmp=@IdEmpresa and IdOfi=@IdOficina

    CREATE proc [dbo].[SP2]

    @IdEmpresa int,

    @IdOficina int,

    AS

    SELECT TABLE2 FROM IdEmp=@IdEmpresa and IdOfi=@IdOficina

    CREATE proc...

  • RE: How to send parameter inside Job?

    Of course . my JOB to accept INPUT parameters than soo are INPUT parameters of my tree SP.

    Each SP is executed one after the other.

    What do I do?

    Thanks for helping...

Viewing 3 posts - 1 through 4 (of 4 total)