ErrorCode=InvalidParameter,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The value of the property 'columns' is invalid: 'Value cannot be null. Parameter name: columns'.,Source=,''Type=System.ArgumentNullException,Message=Value cannot be null. Parameter name: columns,Source=Microsoft.DataTransfer.Common,'
when I used lookup activity I was getting above is the error. please can someone help here with
Query : : -
UPDATE EMPLOYEE
SET JOB=NULL, SALARY=0
WHERE WORKDEPT = 'E21'