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 |
biomedsql
Starting Member
1 Post |
Posted - 2015-03-02 : 09:05:07
|
Could SQL using up most of the RAM cause issues where users cannot save to database? Currently using 3.8 GB out of 4.0 GB of RAM.Marc Turley |
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2015-03-02 : 09:20:55
|
SQL will use most avail. memory unless you set max memory. and, memory pressure can cause other problems, mostly performance.what error messages are you seeing? log messages? |
|
|
|
|
|