Differences between version 2 and previous revision of MSSQLNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, April 20, 2004 2:55:17 pm | by MichaelBordignon | Revert |
Older page: | version 1 | Last edited on Tuesday, April 20, 2004 2:54:31 pm | by MichaelBordignon | Revert |
@@ -1,5 +1,5 @@
-After migrating from NT4 to Windows Server 2003, one of the sites I host had a very annoying problem. Each page (with a MSSQL backend) took ~7 seconds to load. This delay could not be attributed to CPU or I/O load, and after googling for gods know
how long, I came across this page;
+After migrating from NT4 to Windows Server 2003, one of the sites I host had a very annoying problem. Each page (with a MSSQL backend) took ~7 seconds to load. This delay could not be attributed to CPU or I/O load, and after googling for god knows
how long, I found many others had similar problems. I then
came across this page;
http://www.developersdex.com/sql/message.asp?p=&r=3913370&Page=1
It seems others had similar problems to myself, so after applying SP3 for SQL Server 2000, and the hotfix found at http://support.microsoft.com/?id=815495, my problems were fixed!