Click here to Skip to main content
15,916,949 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

My production sql server suddenly reaching 100% usage of CPU that is for weekly twice or thrice that is only for 10 t0 20 minutes.
I have checked all thing from sql server level like,

Checking for blockings,
Checking for deadlocks,
Any slow running queries,
Before few hours also indexes are rebuilded,
checking for statistics etc etc .....

please suggest me any issues from application side.

But I am not able to understand, please give me any suggesions.



Regard's,
Thrilok,
SQL DBA.
Posted

1 solution

hi,

Use the two server memory options, min server memory and max server memory, to reconfigure the amount of memory (in megabytes) managed by the SQL Server Memory Manager for an instance of SQL Server.

In Object Explorer, right-click a server and select Properties.
Click the Memory node.
Under Server Memory Options, enter the amount that you want for Minimum server memory and Maximum server memory.
You can also do it in T-SQL using the following commands (example):

exec sp_configure 'max server memory', 1024
reconfigure

for more
http://msdn.microsoft.com/en-us/library/ms178067.aspx[^]
 
Share this answer
 
Comments
Thrilok SQL DBA 11-Dec-14 0:11am    
Dear Mud,

Thanks for your suggestion, but my doubt is, if that is the cause means i have to get the issue for every time but i am not getting every time only in particular time that is for only 10-20 mints twice or thrice in a week.

please suggest me.


Thank you.
mudgilsks 11-Dec-14 0:24am    
Dear Thrilok ,

same issue was also with our Database Server.In starting we think it issue related to machine.We lock a issue compalian to the concern vander but no issue was their with machine.After that we lock issue complain to the Micro-soft Sql Server,they check the server,analysis the problem and in last was that sql server using the full CPU memory.they set the Limit for Sql Sqrver CPU utilization.after that our problem sol.

Try to find out How to set Limit For Sql Server.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900