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 which would be much faster and easier.
Thanks in advance for any suggestions.
Thanks in advance for any suggestions.