Warning: Null value is eliminated by an aggregate or other SET operation in SSIS package failure

  • SQL Job executing the SSIS package failed with this error message:

    Warning: Null value is eliminated by an aggregate or other SET operation.

    Does it mean the SSIS package executed all the steps successfully but with above warning?

  • Yes, this is a warning that you should understand if you are using an aggregate (SUM, AVG, etC), that the row with a NULL value is not included.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply