1
Answer

caching sql data

Rp Singh

Rp Singh

8y
221
1
I am in a situation where i have to execute the stored procedure everytime with same parameters in the different functions. I want to cache the values when the sp executes first time and store the data, then i want to retrieve that cache value every time in my different functions. 
 
Is this possible? If yes then please help with any demo code.
Thanks! 
Answers (1)
0
Bikesh Srivastava

Bikesh Srivastava

NA 19.8k 835.1k 8y
Hi,
You can try this.
http://blog.sqlauthority.com/2014/03/18/sql-server-performance-do-it-yourself-caching-with-memcached-vs-automated-caching-with-safepeak/