I have approximately 20 users on a database with a FE and BE setup. The BE is on a large network that is shared (1000's). Two users run the FE program 24/7. Of the remaining 18 users there are probably two or three at the most that will use it at any one time.
The two users running constantly update records as the steps in the process are accomplished. They are linked to a table in the BE with 50 records at the most at any one time. When the process is completed for a record it is marked as complete, appended to another table on the BE and removed from their tables. The rest of the users pull data primarily from that one table in the backend and run reports on it. Some of these reports take 30 - 45 seconds to run.
My question is this. If I replace the BE with a SQL database, will I get a noticeable increase in speed?
Thank you
The two users running constantly update records as the steps in the process are accomplished. They are linked to a table in the BE with 50 records at the most at any one time. When the process is completed for a record it is marked as complete, appended to another table on the BE and removed from their tables. The rest of the users pull data primarily from that one table in the backend and run reports on it. Some of these reports take 30 - 45 seconds to run.
My question is this. If I replace the BE with a SQL database, will I get a noticeable increase in speed?
Thank you