I made a CLR plugin for SQL Server 2008 R2 Developer edition that runs a lot of float computing on multiple threads. To test it, I used my laptop (core 2 duo 6670), and those calculations ran on 2 threads. This caused the CPU to be at 100% usage.
The question is this: When SQL process occupied 100% of CPU (for 2-3 minutes), my computer stops responding (cursor doesn’t move, the clock is not updated, the entire UI is dead). It never happend with other programs, so the question is : “Does SQL Server run with a higher priority than the other services?”
Thanks
Taken from http://msdn.microsoft.com/en-us/library/ms188709%28v=sql.100%29.aspx