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
[quoted text, click to view] "Hornet77" <neuro@mancer.com> wrote in message
news:%23pkt74T8HHA.5360@TK2MSFTNGP03.phx.gbl...
> 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
>