Is there any limit on the number of concurrent inserts when using Microsoft Sql Server 2012 express edition ? I am aware that are limitations on the number of cpus that can be use, the 1GB of Ram limitation and the 10GB disk space limitations (more here ), but I want to know if there are any limitations on concurrency.
Share
No, it boils down to what you can squeeze out of it based on the other limitations/hardware. There is no “rate limit”.