Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2010-08-01 : 20:18:02
|
Our Production Servers when queried was showing with these values which are quite confussingBPOOLCOMMITED = BPOOL_COMMIT_TARGET = BPOOL_VISIBLE = same valueAlso Virtual_Memory_in_Bytes > Physical_Memory_in_Bytes.What I wonder this might give some performance related problems in the future.What are the remedial steps needs to be taken in this regard.Can anyone explain for me. Many Thanks. |
|
pdset
Constraint Violating Yak Guru
310 Posts |
Posted - 2010-08-03 : 01:49:39
|
Can anyone do the answering in my favour as I completely ran out of the clues. Many thanks |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2010-08-17 : 10:17:50
|
virtual memory should not be greater than the physical memory...you may need to add more ram or lower down the maximum limit for memory allocation (under sql server properties)--------------------keeping it simple... |
|
|
|
|
|