RE: DB size is morethan 2 GB how to optimize
From: John Bandettini (JohnBandettini_at_discussions.microsoft.com)
Date: 02/14/05
- Next message: rgn: "Database files are "Hidden" after becoming Suspect"
- Previous message: Vinod Kumar: "Re: DB size is morethan 2 GB how to optimize"
- In reply to: Dinesh Bhandare: "DB size is morethan 2 GB how to optimize"
- Next in thread: Dan Guzman: "Re: DB size is morethan 2 GB how to optimize"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Feb 2005 02:53:05 -0800
Dinesh
2gb is not a very large database. You should be able to get very good
performance from it. So many things it could be.
A few things to try. Run profiler to capture your longest running queries.
Put those queries into query anayser and check the execution plans. If there
are problems with the code or lack of correct indexes, it should be easy to
spot. Here are some good tips on using profiler.
http://www.sql-server-performance.com/sql_server_profiler_tips.asp
Run dbcc showcontig on all your tables to check your tables for
fragmentation.
You do keep your database files, transaction logs and backups on seperate
disks, don't you? If you don't try to move them so you do.
Use perfmon to check your memory and disk I/O are not having problems. Here
is a link to a good article on using perfmon.
http://www.sql-server-performance.com/performance_monitor_tips.asp
There are lots of good articles on performance on
http://www.sql-server-performance.com/ have a good look through them and see
if you can identufy which areas may be affecting you.
If you are using a LAN or WAN, might be worth asking your network guys to do
a check, might not be a SQL Server problem at all.
These tips should at least get you started. There are so many things it can
be.
Hope this helps.
John
"Dinesh Bhandare" wrote:
> Dears,
>
> Is there any other settings for managing DB size is more than 2 GB, it seems
> it takes long time to retives the data. please give me idea.
>
> Thanks,
>
> Dinesh Bhandare
- Next message: rgn: "Database files are "Hidden" after becoming Suspect"
- Previous message: Vinod Kumar: "Re: DB size is morethan 2 GB how to optimize"
- In reply to: Dinesh Bhandare: "DB size is morethan 2 GB how to optimize"
- Next in thread: Dan Guzman: "Re: DB size is morethan 2 GB how to optimize"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|