Re: Sql server is getting too slow
From: Peter Yeoh (nospam_at_nospam.com)
Date: 06/25/04
- Next message: mm: "DBCC DBREINDEX"
- Previous message: Sue Hoegemeier: "Re: view + variables"
- In reply to: Rocky: "Sql server is getting too slow"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Jun 2004 08:58:06 +0800
You need to monitor what is actually happening when the database performance
drops e.g. is it as a result of writers blocking readers, disk I/O increases
at that time, CPU usage is high for whatever reason etc, and then work on
the cause of the slowdown. You can get most of those information using the
SQL Server counters in Wndows Performance Monitor.
Peter Yeoh
http://www.yohz.com
Need smaller SQL2K backup files? Try MiniSQLBackup
"Rocky" <rockyt@signing-services.com> wrote in message
news:20052ab9.0406241145.6d79f895@posting.google.com...
> Hello There!
>
> Can someone help me to improve the performance of my sql server 2000?
> Here is the problem I'm having. When we roll out the database to the
> production, we did a lot of optimization just to improve performance.
> We Re-index our tables by using "DBCC REINDEX", But, still once in a
> while, the database will get too slow.
>
> Any other techniques?
>
> Thanks.
- Next message: mm: "DBCC DBREINDEX"
- Previous message: Sue Hoegemeier: "Re: view + variables"
- In reply to: Rocky: "Sql server is getting too slow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|