• .Jeff,

    I'm not sure how to change the code?

    Thanks again.

    left JOIN ContractorCoverageException cce ON cce.contractorcoverageID = a.ID and cce.PostalID = postal.ID and e.postalid is null

    -- and not exists (select postalid from ContractorCoverageException e where e.contractorcoverageid = ContractorCoverage.id and postalid = postal.id)

    For better, quicker answers on T-SQL questions, click on the following...
    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    For better answers on performance questions, click on the following...
    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/