Currently I have an SQL stored proc that calls a web service to retrieve data for a report. To pull the data takes a long time. Is there a way in SQL that I can schedule the proc to return all the information and put it into a table every 10 minutes? Then I could just report off that table...
My function requires an iis reset every 15-20 requests.
I created this CLR class to pull data from my web service. Every 15-20 times it run it requires an IIS reset. Am I missing a dispose someplace? See code below
public class SharePointCalendar
{
[SqlFunction(SystemDataAccess...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.