2
Answers

Read and write data from cache.

I have a table USER,I want stored data of USER table into cache memory of SQL SERVER and next time fetch data from cache in SQL SERVER for the performance purpose.Then how can i do?

Answers (2)