Hello all,
I have an app that connects to a SQL Server EXPRESS database. It's been like that for a few years, but lately the traffic increased, there are a few times where there is a "spike".
Not thousands of users connected simultaneously, but at times I have hundreds doing some heavy lifting requests from web and from mobile.
The result, is that I see some errors in my logs, and they are about DB locks. When it happens of course the app is unresponsive, it takes a long time to load, and then it fixes itself and it starts working again.
I already tried to optimize the code as best as I could, now I am wondering if the limitations of the EXPRESS edition could play a role here. For example limited 1GB memory etc.
Would it be recommended to migrate to the paid version of SQL Server to solve these kinds of issues? Or do you think it's not related?