microsoft sql server 2012 express edition - limit of concurrent inserts

sql-server, sql-server-2012-express

Solution

No, it boils down to what you can squeeze out of it based on the other limitations/hardware. There is no "rate limit".

Problem

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.

Original source