Quantcast
Channel: Forumul SQL Server Setup
Viewing all articles
Browse latest Browse all 7686

Setting PowerShell Max Worker Threads in SQL 2012

$
0
0

I have a management server that I user for backup jobs, executing SSIS packages, getting logs message, etc. I just recently upgraded it from 2008 R2 Data Center to 2012 Enterprise. I found the my backups jobs which are PowerShell scripts now are stacking up and only running two at a time. This also happened in 2008 R2.  In 2008 R2 the solution was to update the msdb.dbo.syssubsystems tables and adjust the max_worker_threads to 8, 2 per processor. In 2012 if I change that setting and then restart the Agent service the defaults are reloaded. Does anyone know how to make this a permanent change?


Viewing all articles
Browse latest Browse all 7686

Trending Articles