x
login about faq Site discussion (meta-askssc)

how to see DataBase load / performance during job runs in sql server 2000

how to check the Data Base load / performance during job runs in sql server 2000(from sql DBA end). can anyone please suggest what are the steps to be followed.

more ▼

asked Mar 01 '11 at 01:59 PM in Default

srivivek gravatar image

srivivek
519 30 39 42

(comments are locked)
10|1200 characters needed characters left

2 answers: sort voted first

A good place to start would be performance monitors looking at CPU, DISK, and Memory.

more ▼

answered Mar 01 '11 at 02:02 PM

Tim gravatar image

Tim
31.5k 20 31 116

(comments are locked)
10|1200 characters needed characters left

sp_monitor and select * from ::fn_virtualfilestats are your friends for monitoring stats within SQL Server.

See also the various performance monitors within the standard windows performance monitoring tool. See some of these articles for more info.

more ▼

answered Mar 01 '11 at 02:04 PM

ThomasRushton gravatar image

ThomasRushton ♦
29.4k 6 9 36

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x44

asked: Mar 01 '11 at 01:59 PM

Seen: 651 times

Last Updated: Mar 01 '11 at 01:59 PM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.