Hi All,
I have a workflow that writes millions of records to a SQL table (using the Delete Data and Append option, and OleDb Database file format). The very last step of writing to SQL often takes hours to complete.
Does anyone know of any ways to make that faster? From some preliminary research, I saw one person suggest writing to a temp table and then writing from that temp table to SQL using a post-SQL statement. As someone technically challenged, I've never had to do anything other than plainly writing to a SQL table with an output tool, so I'm a bit out of my element trying to figure that out.
So if anyone could provide some more insight into or resources to figure out the above approach, OR provide another potential solution for speeding up the write to SQL process, that'd be much appreciated!