Forum Discussion

ToddChitt's avatar
ToddChitt
Super User
23 days ago
Solved

Copy Job does an Append for FULL Load, cannot be changed

I played around with Copy Job when it first came out. Now I am trying to set one up for real. I'm starting with one table of about a million records that needs a Full load every night. The job has ru...
  • tayloramy's avatar
    23 days ago

    Hi ToddChitt

     

    I think when you first create the copy job you need to click on the advanced settings and change it from append to overwrite. As far as I know there's no way to change this after the copy job has been created. 

    I've always used a script task in a pipeline to truncate the table first, then run the copy job. I've found that to be more reliable.