SQL 2008 Encryption Scan
Posted
by Mike K.
on Stack Overflow
See other posts from Stack Overflow
or by Mike K.
Published on 2009-07-22T20:30:30Z
Indexed on
2010/03/14
15:05 UTC
Read the original article
Hit count: 326
We recently upgraded a database server from SQL 2005 to SQL 2008 64 bit. CPU utilization is oftentimes running at 100% on all four processors now (this never happended on the SQL 2005 server). When I run sp_lock I see a number of processes waiting on a resource called [ENCRYPTION_SCAN]. I am not using any SQL 2008 encryption features. Does anyone know why I would have tasks waiting on this resource? It appears that whenever I have four processes waiting on this resource, CPU hits 100% on all four processors.
© Stack Overflow or respective owner