Ms_ Dev

Ms_ Dev

  • NA
  • 236
  • 88.8k

caching sql data

Sep 12 2016 4:43 AM
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)