Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ENOVADB

Pss Aa05303012
USE master
go
exec sp_configure 'shown advanced options', 1
go
reconfigure
go
exec sp_configure 'max degree of parallelism', 4
exec sp_configure 'cost threshold for parallelism', 15
reconfigure
go

You might also like