ado.net - what are side effects Connection Pooling with SQL Server -


in asp.net c# project , sql server 2008r2 , ado.net added , increase maxpoolsize attribute in connection string , time out issue hass been fixed read msdn article there no reference side effect increasing.

for compare these situation increase , decrease max pool size testing query stored procedure sql server .

if there open , usable connection, connection pool provides can use them again. increases performance.

use sql stored procedure database process. best way performance , security! don't forget close connection =)


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -