Re: Slow database
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 05/04/04
- Next message: 13 Fallen: "Re: SQL Best Practices Analyzer"
- Previous message: JRF: "Re: Differential Backup File Size"
- In reply to: dimitris: "Slow database"
- Next in thread: verbani: "RE: Slow database"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 May 2004 11:53:13 +0530
Hi,
Can you run a profiler and identify the queries / Procedures causing the
bottle neck. You can save the profiler output as an workload file
and use that as in an input to Index tuning wizard and check the Indexes.
As well as indetify the procedures running for longer time usingf Profiler
an do:-
1. Execute in Query analyzer with Execution plan enabled. If you have any
table scan create necessory indexes
2. Check the Queries are written in optimized way.
Note:
If you have mutiple disk controllers in the server, create the file groups
spanned across mutiple controllers. This will reduce the DISK I/O, which
inturn icreases the performance.
Thanks
Hari
MCDBA
"dimitris" <anonymous@discussions.microsoft.com> wrote in message
news:4F4C2D57-3E0F-4F4B-A956-DF43DB6CBC93@microsoft.com...
> Hi,
> My ERP database stands on a SQL2000 sp3 server with Windows 2000 SP4.
> Pleanty of disk space and 3 Gb of memory. The database itself is only 4
Gbincluding the log file. At the end of the month about 50 employees prepare
bills and run reports, and the database gets really slow!!!! The rest of the
month everything is fine.
> Any ideas how to fix that?
- Next message: 13 Fallen: "Re: SQL Best Practices Analyzer"
- Previous message: JRF: "Re: Differential Backup File Size"
- In reply to: dimitris: "Slow database"
- Next in thread: verbani: "RE: Slow database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|