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?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish KumarPosted Nov 17, 2016, 6:35 AM
Brijesh RathorPosted Nov 17, 2016, 5:25 AM
You're going to need some mechanism to flush the data table from the cache if it changes. For example you could use an SqlCacheDependency.