Marcell1992
Well-Known Member
- Joined
- Aug 7, 2018
- Messages
- 289
- Reaction score
- 59
Good day,
I in no way have any experience with SQL, but I'm trying to assist my company in coming up with a solution to an issue we have that negatively impacts our TAT considerably. Our IT team is *censored* (Don't want to be fired, lol)
So the issue is. We have multiple sites around South Africa that scans work to a server in PDF or Alternatiff format, if that stuff matters. We then have data capturers that retrieve this work from a queue in a first scanned first serve basis, it is evident based on errors we receive(for other non-related issues) that IT is using SQL. Anyway, the issue is that when the server gets overloaded, data capturers will frequently receive the same form (multiple users receive the same form) as well as that form getting stuck in the queue and you have to backdoor remove it.
Is there a workaround to this, perhaps some SQL coding you can apply that when the server is overloaded, the server will use a different method to distribute work? Or apply precautionary methods to not let the form be retrieved by multiple users at the same time?
I in no way have any experience with SQL, but I'm trying to assist my company in coming up with a solution to an issue we have that negatively impacts our TAT considerably. Our IT team is *censored* (Don't want to be fired, lol)
So the issue is. We have multiple sites around South Africa that scans work to a server in PDF or Alternatiff format, if that stuff matters. We then have data capturers that retrieve this work from a queue in a first scanned first serve basis, it is evident based on errors we receive(for other non-related issues) that IT is using SQL. Anyway, the issue is that when the server gets overloaded, data capturers will frequently receive the same form (multiple users receive the same form) as well as that form getting stuck in the queue and you have to backdoor remove it.
Is there a workaround to this, perhaps some SQL coding you can apply that when the server is overloaded, the server will use a different method to distribute work? Or apply precautionary methods to not let the form be retrieved by multiple users at the same time?