G
Guest
I use ADO.NET to develop my project.
(use SqlClient.SqlDataConnection object to conection SQL 2000)
It is stranger that Connection.Open() method spect 12 seconds to execute in
one of our servers, but it is faster in another server, not more than 1
second.
Both two servers have almost identical hardware.
Although I can use connection pooling to avoid re-create connection.
But I want to know why it is happen.
Does anyone can tell me what items I need to measure or tune?
Thanks a lot for your reply.
(use SqlClient.SqlDataConnection object to conection SQL 2000)
It is stranger that Connection.Open() method spect 12 seconds to execute in
one of our servers, but it is faster in another server, not more than 1
second.
Both two servers have almost identical hardware.
Although I can use connection pooling to avoid re-create connection.
But I want to know why it is happen.
Does anyone can tell me what items I need to measure or tune?
Thanks a lot for your reply.