CloudSeeder: CLR Stored Procedures For Creating CPU Pressure

Posted by Adam Machanic on SQL Blog See other posts from SQL Blog or by Adam Machanic
Published on Tue, 23 Oct 2012 19:49:00 GMT Indexed on 2012/10/23 23:11 UTC
Read the original article Hit count: 224

Filed under:
|
|
|
Sometimes, in the interest of testing various scenarios that your server might encounter, it's useful to be able to quickly simulate some condition or another. I/O, memory, CPU pressure, and so on. This latter one is something I've been playing with a lot recently. CPU pressure in SQL Server creates all sorts of interesting side-effects , such as exacerbating waits and making various other conditions much easier to reproduce. In order to make this simpler, I've created the attached CLR library. This...(read more)

© SQL Blog or respective owner

Related posts about cpu

Related posts about sqlclr