I have a SSIS job that copies data from one table to another. The tables are identical in setup. The process truncates the destination table then uses a OLE DB Source Editor tool to copy the full table from Source to Destination. My question is: Does the source table get locked during this process?
Thanks Rob
edit-
I have had very little responses for my question which leads me to think it is not clear. Please see below a screen shot of my setup:
When the OLE DB Source Editor task is run will the nominated table be locked during the process? Surely someone can give me a straight forward answer please.