A connection to a database is a resource intensive operation that typically comprises a few steps. A channel of communication between the application and the database should be established before the ...
Use profiler.<br><br>SQL leaves them open for a time for the connection pooling of course. -- View image here: http://episteme.arstechnica.com/infopop/emoticons/icon ...
This is a basic question that I think I know the answer to but I just wanted to double check the consensus view. I've got a WinService written in C#/.NET 2.0. It's job is to be continually downloading ...