Viewing 6 posts - 1 through 7 (of 7 total)
How can you mark a stored proc as a startup procedure and have it run automatically in your DB. not the master DB?
July 28, 2009 at 9:52 am
Increased the temp DB size to 70M and tried; the sp ran 3 sec less than before in the first run.
July 28, 2009 at 9:23 am
Thank you all for your feedback,
I was able to pin point the bottelneck in the stroed proc when it is first run after a SQL server start or when a...
July 28, 2009 at 9:00 am
I've been working on the tuning of the SP for more than a week, and was able to get it down to 5 sec, but this 5 sec can't be...
July 27, 2009 at 8:34 am
The stored proc is a bit large (has over 1300 line) it generates a report (No updates or inserts to actual tables) but it has many variable tables and functions...
July 27, 2009 at 8:04 am
Understood, but is there a way to control the existance of the execution plan in memory? or have SQL server create it automatically when it starts, provided that the SP...
July 27, 2009 at 7:23 am
Viewing 6 posts - 1 through 7 (of 7 total)