473,394 Members | 1,875 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Excessive cpu utilisation on sql server 2000

SQL server is runing at 80% of CPU utilization. There are some issues with the front end application that connects to this server.
1.Application fault - a database browse is retrieving all records from a table, rather than a subset
2.Archiving – data is not being archived so building up, presumably exacerbating issue 1).

will this be a reason for high CPU usage.

I dont have access to this server. But i'm asked to resolve this issue as i'm i maitanence of this application. So I need to provide instructions to DBA.Could you please advise me on this.
Apr 26 '13 #1
3 1739
NeoPa
32,556 Expert Mod 16PB
There are 101 possible causes for this, but to determine which are involved you need to see what's going on. Asking for an answer without being able to see the question is not much more clever from you here, than it is for whomever suggested you advise the DBA without access to the information.
Apr 28 '13 #2
Thanks for your response. I got the result of sp_who2 when the CPU usage was high. In that I could find that three IIS servers are connected to the server and the the SQL server is awaiting command for a long time from each IIS servers.will this be a reason for the high CPU usage.
Please find the below commands and CPU usage

AWAITING COMMAND 274085 69 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 95907 53 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 365109 19 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 21787 84 01/04/1930 14:11 .Net SqlClient Data Provider
AWAITING COMMAND 348497 2 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 2078 6 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 14015 43 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 33188 74 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 32699 92 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 277989 57 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 150040 31 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 23572 251 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 2766 3 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 314415 58 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 22452 19 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 97235 1 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 94946 14 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 18706 80 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 361641 11 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 12870 24 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 368927 9 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 451772 10 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 172999 58 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 75163 6 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 4384 16 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 7438 20 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 526370 1 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 87026 25 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 103462 36 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 12846 27 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 17663 29 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 24627 34 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 4274 35 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 185793 3 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 666134 38 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 5099 6 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 1421 0 01/04/1930 14:12 .Net SqlClient Data Provider
AWAITING COMMAND 297037 14 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 14164 27 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 2047 3 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 346555 51 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 22221 0 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 556153 60 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 91547 1 01/04/1930 14:13 .Net SqlClient Data Provider
AWAITING COMMAND 97634 1 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 19068 22 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 102515 18 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 8329 13 01/04/1930 14:14 .Net SqlClient Data Provider
AWAITING COMMAND 1906 0 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 199915 88 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 689 0 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 2313 0 01/04/1930 14:15 .Net SqlClient Data Provider
AWAITING COMMAND 106524 28 01/04/1930 14:15 .Net SqlClient Data Provider
May 9 '13 #3
NeoPa
32,556 Expert Mod 16PB
I can't be absolutely positive, but this indicates to me that you have a number of threads taking up resources, but which are fundamentally not busy doing any work. As long as you're not running short of resources on your server I see no cause for delays from this quarter.
May 10 '13 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used...
2
by: Yves Touze | last post by:
Hi All, I'm trying to migrate from SQL Server 7.0 to SQL Server 2000. I've got some ASP page which call VB components that retrieve shaped recordsets from SQL Server using the MSDATASHAPE...
2
by: Jay Chan | last post by:
We have just installed a SQL Server 2000 (SP 3A) onto a computer that has Windows-2003 Server on it. Now, we cannot get access to that database server from other computers. Seem like this may be an...
9
by: wiredog | last post by:
I am struggling rewriting my query from MS Access' IIF, Then to SQL Servers TSQL language. I am hoping some one can give me some guidance. I believe I have the first portion of the query correct...
0
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: ...
7
by: Mike Watson | last post by:
I've got MSDE, SQL Server 7.0, installed. I want to handle an .mdf developed by someone else so I loaded the .mdf into my /DATA folder. But, MSDE/ODBC can't see the database. I subsequently...
1
by: tskelley | last post by:
Something strange has happened on my computer. I am unable to link tables from SQL Server 2000. I have tried from Access 97 and 2000, but keep getting the error "The Microsoft Jet database engine...
43
by: ik | last post by:
ERROR after uninstalling SQL Server 2005 Express I get this message, SQLDMO has not been registered. Please re-run your setupand contact your system administrator. GREAT!!! ReInstalled SQL...
1
by: bitchanger | last post by:
I have installed an SQL Server 2000 Developer Edition (SP4) on a computer that has Windows Server 2003 on it.The server is connected to the workgroup "WORK" and has no Active Directory. Now I...
0
by: tamayi | last post by:
I have a problem (like most others posting issues on this forum :) ) I have a remote server running Windows XP SP2, with both SQL Server 2005 Express with Advanced Features and SQL 2000...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.