This is a discussion on SQL Agent CPU sustained peaks within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> Hi everyone I've got another issue in my company's datawarehouse system. SQLAgent eventually loads CPU with 20 - 25% ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The only cause of that is the jobs that are being executed by SQL Server Agent. If there aren't any jobs executing, SQL Server Agent just spins cycles within the background noise on the server. -- Mike Hotek MHS Enterprises, Inc http://www.mssqlserver.com "Luis Fernández" <LuisFernndez@discussions.microsoft.com> wrote in message news:4D441331-CA70-4772-B686-ECCE6A57E043@microsoft.com... > Hi everyone > > I've got another issue in my company's datawarehouse system. SQLAgent > eventually loads CPU with 20 - 25% of activity. > > What can be the reason for this? > > Thanks > > Luis > > |