This is a discussion on Single database connection, multiple statements executing in parallel? within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi, A single database connection handle is initially created, later multiple threads use this connection handle to execute different ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, A single database connection handle is initially created, later multiple threads use this connection handle to execute different sql statements in parallel. Similarly a single environment handle is created and mutiple database connection handles are thn created. Could you please tell me any problems (performance, etc.) with these approaches. Thanks, Vishal |