79719344

Date: 2025-07-30 01:12:01
Score: 1
Natty:
Report link

I just had the same problem.

It turned out that the stored procedure had two columns with the same name, but different cases:

CreatedOn and createdon.

Normally the source task flags this as a duplicate column, but it didn't in this case.

Once I removed the duplicated column from the stored procedure, the error went away.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lewis Worley