<ul data-eligibleForWebStory="true">Periodic CPU spikes were observed on a SQL Server instance causing stored procedures to time out.Despite no suspicious changes or deployments, the issue persisted leading to further investigation.Upon examining the execution plan, it was discovered that failing stored procedures accessed the same table (referred to as Transactions).An Index Scan on the Transactions table was highlighted as a major factor in the performance problem.