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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -