Home Forums Programming General Using a parameter in a procedure for sp_send_dbmail, the mail never gets received RE: Using a parameter in a procedure for sp_send_dbmail, the mail never gets received

  • In the SSIS Execute SQL task I have the following:

    EXEC SSIS_MGMT.dbo.LogPackageEnd

    @PackageLogID=?

    , @BatchLogID = ?

    , @EndBatchAudit = ?

    , @PackageName = ?

    And I have set the System::PackageName as the fourth parameter.