Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server running very slow

Status
Not open for further replies.

dBjason

Programmer
Mar 25, 2005
355
US
SQL Server 8


Hello,

My problem is just that, I have a server running waaay slower than usual. Stored procedures which usually take 3-5 minutes are now taking 20-30 minutes.

I don't know where to start or what to do, any ideas?

Thanks,
Jason
 
How much memory is in use? (How much do you have total? How much is SQL configured to use?)
What are the CPUs running at?
Is there anything else going on, on the server?
Have any drives gone bad?
Has any other hardware gone bad?

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(My very old site)
 
Thanks mrdenny, that actually gave me alot to go on as well as things to think about in future situations.

Come to find out, two [rather large] procs were running simultaneously. Looks like I need to manage some job scheduling...
 
Ah, that will do it.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(My very old site)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top