I have a VB App that pulls emails from our users subscribed database with a [status] = 0 and sends as an smtp email to a 3rd party api.
As it is successfully sent it updates the sql table [status] = 1
By itself it handles about 12,000 records an hour.
I need to double that ...
I know I can add as separate tasks or even another replica of the same app.
Here is my issue...
If I have one app pulling 10,000 addresses from the SQL Table in my stored procedure
How do I make sure the replica app or second task doesn't pull the same emails into it's own 10,000 addresses recordset?
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.