guest2013-1
guest
- Joined
- Aug 22, 2003
- Messages
- 19,800
- Reaction score
- 13
We have a massive data update that should run nightly. Obviously this *can* increase (the data)
Now my client's senior programmer want it to run through a web service. However I'm not too sure this is the best method because we obviously have had timeouts in cases like this. They're also insisting on a manual override button (which can run through the website and get kicked off like that) but anyone here would agree that you're not assured that the stored procedure will continue running to the end if something times out or the web page gets closed.
So obviously I was thinking of running this on a SQL Job, however, the 1 (there's 3) stored procedures currently run hot at about 4 hours (for the 1, still timing the others)
Next is to run SQL Profiler but I'm pretty sure I've done what I can speed wise. How would you guys handle the request from my client?
a) Needs to run every 24 hours
b) Needs to have a manual override in case it didn't run (**** knows how they're going to be able to tell with a SQL job?)
c) Needs to work reliably...
any suggestions? I'm out of most...
Now my client's senior programmer want it to run through a web service. However I'm not too sure this is the best method because we obviously have had timeouts in cases like this. They're also insisting on a manual override button (which can run through the website and get kicked off like that) but anyone here would agree that you're not assured that the stored procedure will continue running to the end if something times out or the web page gets closed.
So obviously I was thinking of running this on a SQL Job, however, the 1 (there's 3) stored procedures currently run hot at about 4 hours (for the 1, still timing the others)
Next is to run SQL Profiler but I'm pretty sure I've done what I can speed wise. How would you guys handle the request from my client?
a) Needs to run every 24 hours
b) Needs to have a manual override in case it didn't run (**** knows how they're going to be able to tell with a SQL job?)
c) Needs to work reliably...
any suggestions? I'm out of most...