January 2, 2013 at 10:16 pm
Hi
I am running a web application having 500-600 users at a particular time on sql 2000 and ASP.NET 2005.
generally it works ok but suddenly it goes down. when i check progress tab of Task Manager it shows 0 % CPU usage.
when i restart sql service (through SQL Agent) then software begins running normally.
i don't know why this is happening.
pls guide me to come out of this problem.
January 3, 2013 at 12:04 am
did you check for (b)locking in your sqlinstance ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
January 3, 2013 at 12:59 am
sorry,
i don't get you mean by 'did you check for (b)locking in your sqlinstance ?'
🙁
January 3, 2013 at 2:29 am
Well, could be someone of these users is locking some critical data, blocking everybody else from processing their stuff.
Attached you can find my SP_dba_whoblocks sproc which I use on all ( not that many ) of our remaining SQL2000 instances.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply