What to do with stop codes after server crash?

in Off-Topic
How can I find out what caused a server to crash, e.g. which application/service?
I just logged in to a Win2K3 server and it told me it unexpectedly crashed. There is no specific reason in "Log Viwer". I googled the STOP CODE and couldn't find anything. How can I find the source?
I just logged in to a Win2K3 server and it told me it unexpectedly crashed. There is no specific reason in "Log Viwer". I googled the STOP CODE and couldn't find anything. How can I find the source?
Comments
You may learn something!
It gives a good general overview of what caused a stop code. After that you can get down and dirty with it using windbg from here http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
Use that to analyze the memory **** and it will give you all sorts of useful information about what caused the error. It'll point you to a specific program or dll when possible, though sometimes it just notes memory corruption. Do keep in mind though that while it will give you lots of useful information it can sometimes be misleading. i.e. a stick of ram going bad could cause a blue screen pointing towards a specific driver causing the problem, even though the driver isn't the problem at all but the stick of ram. That's why you also need to look for consistency in crash patterns.
I would say memtest the machine aswell!
" Embrace, evolve, extinguish "