Hi ,
I have a database server for data warehouse, when we start running packages the RAM utilization reach to the 98%. so at the same time when we try to access data through my .net application , sometime its giving time out error.
I have tested from backend side I find that even after data loading completed still task manager is showing 98% RAM utilization. for test purpose I have excited Checkpoint still I find so many pages are cached in buffer. finally I have released the DROPCLEANBUFFERS , I found all the cached pages got clean. but I surprised when I looked task manager I found still RAM is 98% full and sqlsrvr.exe is occupied all the ram space.
Regards Vikas Pathak