I have a Delphi application that is connected to SQL Server DBB using the DevACt SDAC component, we have 200 software installations and only for the client, and some users notice the following error:
"Connection is busy with results for another command" = "La connessione Γ¨ occupata dai risultati di un altro comando".
SQL vers. : SQL Server 2008 R2 Express with Filter Mode On
My application creates both db users and SQL account accounts:
- creating a new user, then there is no problem.
- changing user code in my application, this means that another db user and SQL account are being created, I have an error
- this problem occurs only with some users, and not with all
What I already tried without luck:
- remote and reinstalled database
- remote and reinstalled instance of SQL Server
- verified users / account properties in SQL Server (everything is fine)
If you need specific information, please tell me.
------------ NEW INFORMATION ------------
I checked better all the properties of the instance from Studio Management, and I noticed that the CPU has not been verified (see image below). 
Instead of all the other typical SQL Server installations, I see the checkboxes filled. Could this be a problem?
Hope this helps you to help me ...
source share