How to avoid costly repeated compilations of SQL execution plans with each Talend Job-Start?
The SQL Server creates a new execution plan for each new job start for an update statement because the parameters from the Talend job are not adopted and the queries differ each time. How can I avoid this? I want the same query to be used every time and no new one to be created because the smallest changes have crept in.