Sahil
Fri Jul 29 08:52:55 CDT 2005
Let me confirm a few things -
a) You are not using distributed transactions.
b) can you paste your connection string?
c) You are using SqlClient.
d) You are able to replicate this behavior in a Console Application - all
the consoleapp does is "open a connection".
- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.malik/archive/2005/05/13/63199.aspx
----------------------------------------------------------------------------
"Juan M. Servera" <bbsoft@community.nospam> wrote in message
news:emqt2BBlFHA.3656@TK2MSFTNGP09.phx.gbl...
> Hello, we are migrating our "old" .net 1.1 application to 2.0 and have
> noticed that opening connections to a sql server 7 now is very very slow,
> but this doesn't happen with sql server 2000.
> Is there any workaround to speed up this a bit. Our application is now
> unusable with sql 7.
>