Re: SQL Server slows down after 1-2 hours
From: Albrecht Reimann (nospam.reimann_at_tdcspace.dk)
Date: 02/19/05
- Next message: Andrew J. Kelly: "Re: MSCS Questions"
- Previous message: Narayana Vyas Kondreddi: "Re: Run trace script"
- In reply to: Yogish: "Re: SQL Server slows down after 1-2 hours"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 19 Feb 2005 15:38:04 +0100
I think the profiler was the "bad guy" in my setup. It ran continuously in
order to get some idea of which queries are heavy and which not. Since i
stopped the profiler, memory usage seems to grow to a certain level and then
remain at this level (filling up the cache ?).
I found a simple and helpfull articel on performance tuning:
http://www.sql-server-performance.com/articles_performance.asp
"Yogish" <yogishkamathg@icqmail.com> skrev i en meddelelse
news:DB9B600A-D42F-4CC3-BCFA-54BF0E890E3F@microsoft.com...
> Hi,
>
> What version of SQL Server are you running? IMO, if it slowing down
> everytime you re-start the service, there must be something which is
filling
> up the cache.... you can run DBCC MEMUSAGE (run this in SQL 2K only) and
DBCC
> PROCCACHE to know the data and procedures in the memory. Also you may want
to
> run SQL profiler to track down the heavy queries which is causing high
CPU.
>
> ---------
> Thanks
> Yogish
- Next message: Andrew J. Kelly: "Re: MSCS Questions"
- Previous message: Narayana Vyas Kondreddi: "Re: Run trace script"
- In reply to: Yogish: "Re: SQL Server slows down after 1-2 hours"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|