C
Chris Becker
Is there any harm (performance or otherwise) in using "Asynchronous
Processing=True" in my connection string to a sql server 2005 database
for both async db calls and non async calls? The idea behind it is
taking advantage of connection pooling, and everything seems to work
fine using the Async connection string for all calls, but I don't know
where to look for more information on this.
Thanks
Processing=True" in my connection string to a sql server 2005 database
for both async db calls and non async calls? The idea behind it is
taking advantage of connection pooling, and everything seems to work
fine using the Async connection string for all calls, but I don't know
where to look for more information on this.
Thanks