Viewing 3 posts - 1 through 3 (of 3 total)
Depending on how many records, you could write a loop to push X at a time from the remote server to the main server.
You can also check if successful, and...
April 16, 2015 at 10:11 am
#1791410
We've done the same way you're asking, but usually limit to only insert what doesn't already exist.
How many records? Will you be doing this more than once?
April 16, 2015 at 9:25 am
#1791391
I usually try to avoid using week number, since a similar problem occurs at year end/begin.
Can you instead use the start date of the week? Monday for example?
April 16, 2015 at 7:07 am
#1791322