Re: Best connection management
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Fri, 7 Sep 2007 16:25:28 +0300
Hi,
SQL Server allocates 28KB regardless for every connection. If there are too many clients to connect to the SQL Server, then you should think about this method again.
To be able to consider carefully, you may want to analyze your system by using System Monitor and adding counters for CPU and RAM especially.
Openning and Closing connections may have a performance cost for your application, but sometimes Availability is more important than performance. You of course may add some more memory or tune your application's performance if you encounter a problem about RAM.
It always depends :)
--
Ekrem Önsoy
MCBDA, MCTS: SQL Server 2005, MCSD.Net, MCSE, MCT
"Hornet77" <neuro@xxxxxxxxxx> wrote in message news:%23pkt74T8HHA.5360@xxxxxxxxxxxxxxxxxxxxxxx
Hi Ekrem
thanks for your help ;-)
Ekrem Önsoy ha scritto:It depends on your hardware resources (especially RAM) on your SQL Server server.
tipically the SQL server will run on a Windows Server 2003r2 with 1 GB of RAM....
but there is no good practice to follow, to prescind from hardware?
Bye
.
- References:
- Best connection management
- From: Hornet77
- Re: Best connection management
- From: Ekrem Önsoy
- Re: Best connection management
- From: Hornet77
- Best connection management
- Prev by Date: Re: Best connection management
- Next by Date: SQL Server 2005 Connectivity
- Previous by thread: Re: Best connection management
- Next by thread: SQL Server 2005 Connectivity
- Index(es):
Relevant Pages
|
Loading