My dedicated server keeps getting very slow that it fails to load the application

performanceserver-crashessql-server-2008windows-server-2008

I have an application running on Windows Server 2008, running IIS 7.5, SQL Server 2008, 4GB RAM from brinkster.

The problem is, every couple of days I get the same 10,000 calls that the system is very slow, and its not operating properly, then after 30 minutes of that it just fails to load. I try to access the server from the remote desktop connection but I can't access it.

The only way it I can get it working again is to call the support at brinkster and have them do a manual reboot of the server.

After that it works well for some time, and the it re-crashes after some time. Support over there, are not helping a lot.

Best Answer

It's worth logging the performance counters and taking a look at them. Take a look at these posts from the Windows Server Performance Team:

http://blogs.technet.com/b/askperf/archive/2007/01/10/preparing-to-troubleshoot-part-one.aspx http://blogs.technet.com/b/askperf/archive/2007/05/25/basic-troubleshooting-toolkit.aspx http://blogs.technet.com/b/askperf/archive/2008/05/13/two-minute-drill-logman-exe.aspx

What's running on the server? How heavy is the load? If it works fine and then slows down to unusable my guess would be either connections are coming in faster than they can be serviced or memory is leaking (or just being heavily used) and your server is paging to death.