• Run performance monitor to see which processes are consuming the CPUs. Are any other applications except SQL Server running in same box?

    If you comfirm the high CPU usage is caused by SQL Server, Run Profiler to trace the queries that have high CPU usage and examine the query's execution plan and indexes.