Parralelization in Microsoft SQL Server 2008 R2

Posted by stan31337 on Server Fault See other posts from Server Fault or by stan31337
Published on 2012-09-11T02:03:31Z Indexed on 2012/09/11 3:39 UTC
Read the original article Hit count: 510

We have a specific accounting and production software, called 1C, which uses single user connection to the MS SQL 2008 R2 database. And there are about 500 users connecting to 1C server to perform their tasks. 1C and SQL 2008 are on separate servers.

How to configure MS SQL 2008 R2 to effectively use parallelization in this configuration? We have 24 cores, and only one is loaded at 100% at MS SQL 2008 R2 server.

We have already configured MS SQL max parallelizm from this MSDN article: http://msdn.microsoft.com/en-us/library/ms181007(v=sql.105).aspx

Thank you!

© Server Fault or respective owner

Related posts about sql-server

Related posts about Microsoft