Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Database performance

Author  Topic 

ServerTeam
Yak Posting Veteran

83 Posts

Posted - 2008-05-30 : 10:45:39

How can i check database performance on particular server.



Thanks,
ServerTeam

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-05-30 : 10:50:51
There are so many answer to this question? What actually you want to check?
Go to Top of Page

ServerTeam
Yak Posting Veteran

83 Posts

Posted - 2008-05-30 : 10:54:29
I am having a database as A on server TEST.

Now i want to check database A performance..

Thanks,
ServerTeam
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-05-30 : 11:17:00
use your app... when it slows down see why it slowed down

you can use SQLQueryStress tool to help you with your problem
http://www.datamanipulation.net/SQLQueryStress/

_______________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.0 out!
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-05-30 : 12:00:23
To check performance, run SQL Profiler and Performance Monitor.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page

tosscrosby
Aged Yak Warrior

676 Posts

Posted - 2008-05-30 : 12:30:45
It may be a good idea to run profiler from a remote machine, especially if you're profiling against a production server. Depending on the number of event you plan to track and the duration of the session, the trace files can get quite large.

Terry
Go to Top of Page
   

- Advertisement -