Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 12 seconds delay

Author  Topic 

netalf
Starting Member

2 Posts

Posted - 2009-01-14 : 08:40:42
Hi all.

I'm getting an extrange delay in any operation I make against SQL 2005. The first time I access my DB it takes 12 seconds, even with a simple "use DB". The next time I try get instant response.

I tried the SQL 2005 installation in cluster or standalone servers, 32 and 64 versions of SQL and 2003 server, storing the DB's in local disc or network storage, but the problem appears randomly.

Anyone faced this kind of problem before or have any idea of what could I try to solve the delay problem?

Thank you

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-14 : 08:44:58
can you check if some its due to some blocking issues by using sp_who2.
Go to Top of Page

netalf
Starting Member

2 Posts

Posted - 2009-01-14 : 11:12:31
Thanks for your reply visakh16. There isn't any kind of blocks. And the BD is just a test one, without any kind of access, so no aplication could be blocking it.

It's very strange.
Go to Top of Page
   

- Advertisement -