Sample Header Ad - 728x90

How many operations SQL Server support per connection

0 votes
1 answer
626 views
I am making a multi threaded application in which I will use a single SQL Server connection and perform select, insert, update and delete. So once my application starts, it will open connection with SQL Server and then multiple threads will run each doing select, insert, update and delete (in no particular order) on multiple tables using the same connection. I want to ask how many operations can SQL Server handle for a single connection?
Asked by Frank Martin (451 rep)
Apr 8, 2020, 11:54 AM
Last activity: Apr 8, 2020, 01:02 PM