G
Guest
Hi
we have Windows Applcation with sql server 2000.i want to enable connection
pooling in database for best perfomance.
i added connection string in app.config this
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="basicConnect"
value="server=10.150.142.178;database=OMTOOLSDB;Trusted_Connection=true;Pooling=true;Max Pool Size=100;Min Pool Size=0"/>
</appSettings>
</configuration>
after adding this also i was not finding any difference in performance
how can i check performance after enabiling pooling
we have Windows Applcation with sql server 2000.i want to enable connection
pooling in database for best perfomance.
i added connection string in app.config this
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="basicConnect"
value="server=10.150.142.178;database=OMTOOLSDB;Trusted_Connection=true;Pooling=true;Max Pool Size=100;Min Pool Size=0"/>
</appSettings>
</configuration>
after adding this also i was not finding any difference in performance
how can i check performance after enabiling pooling