Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: efree47
  • Content: Threads
  • Order by date
  1. efree47

    SP Proc to move data to a table

    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...
  2. efree47

    My function requires an iis reset every 15-20 requests

    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...

Part and Inventory Search

Back
Top