Link to home
Start Free TrialLog in
Avatar of graphix03
graphix03

asked on

database performance and memory

if anybody out there is a DBA, please give me some inputs on my question:

does the SQL server page virtual memory?
if it does, it is normal to some extend, but wouldn't it kill the performance if
too much paging?

when the memory maxed out, what other options if no more memory can be
added to the server? buy another server?
ASKER CERTIFIED SOLUTION
Avatar of Kevin Hill
Kevin Hill
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of graphix03
graphix03

ASKER

Thanks very much Kevin3NF.

But when it does the swapping and paging on constant basis,
it would affect the application and causes to crash, wouldln't it?
Only if it did it to the degree that the application started timing out.  SQL Server in itself cannot crash another application.
Thanks