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.ma.../13/63199.aspx
----------------------------------------------------------------------------
"Juan M. Servera" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>