Viewing 12 posts - 1 through 12 (of 12 total)
You are will avoid high number of wait type CXPACKET.
sp_configure 'max degree of parallelism', '1' << set global MAXDOP.
Other thing:
SET CPU affinity mask for SQL Server, uncheck 1 CPU.
Best,
October 16, 2010 at 1:44 am
My suggesting is
set:
sp_configure 'max degree of parallelism', '1'
Best,
October 15, 2010 at 7:29 am
Hi,
DbId FileId CurrentSize MinimumSize UsedPages EstimatedPages
------ ----------- ----------- ----------- ----------- --------------
7...
October 13, 2010 at 5:44 am
To welcome 🙂
More about SQL Server Memory SET: http://www.coeo.com/presentations/Coeo_SQL_Memory.pdf
Best regards,
Michal Marek
October 12, 2010 at 8:42 am
Hi,
AWE set only in 32 bit OS + "lock pages in memory".
Best regards,
Michal Marek
October 12, 2010 at 8:22 am
Hi
You should set MAX Server memory to... :
a. 2 GB for Windows
b. xGB for SQL Server worker threads (http://www.coeo.com/presentations/Coeo_SQL_Memory.pdf)
c. 1GB for multi-page allocations, linked servers, and other consumers...
October 12, 2010 at 8:08 am
Whot is set in "sp_configure" ?
sp_configure 'show advanced options', 1;
GO
RECONFIGURE WITH OVERRIDE;
GO
sp_configure
GO
October 12, 2010 at 8:02 am
Yes, we are set for "lock pages in memory".
One question...we have this set via the Domain Admins group which our SQL Service account is part of (not recommended I know)....
October 12, 2010 at 7:40 am
In my servers I set half of MAX SQL Server Memory.
When you set "lock pages in memory" (usually set with "AWE" on 32 bit machines) in gpedit.msc, MIN Server...
October 12, 2010 at 6:56 am
First question:
Are You set "lock pages in memory" in gpedit.msc for account sqlservices?
Twice:
what are you set RAID for Database, TempDb, Log Files... ? It is for...
October 12, 2010 at 4:36 am
Hi
You should allow the following:
a. 2 GB for Windows
b. xGB for SQL Server worker threads (http://www.coeo.com/presentations/Coeo_SQL_Memory.pdf)
c. 1GB for multi-page allocations, linked servers, and other consumers of memory outside...
October 12, 2010 at 2:06 am
Viewing 12 posts - 1 through 12 (of 12 total)