No. The database engine will do this automatically if it has enough space in the page cache.
You can set the amount of memory used by SQL Server Management Studio. Right-click on the server, select the memory option and place a large amount in the "Minimum server memory" field. If you have 92 GB of RAM, then a number like 85,000, for example, is probably good. You need to leave additional memory for the operating system and other services on the computer.
Assuming that the table (s) fit in memory, this should facilitate processing. If they do not fit into memory, you may need a different approach.
source share