February 12, 2013 at 12:21 pm
I have a script and would like to estimate how much time it will run. How to do it?
Many thanks in advance.
February 12, 2013 at 12:24 pm
at least viewing the estimated execution plan would give you a ballpark number;
Lowell
February 12, 2013 at 3:05 pm
Lowell (2/12/2013)
at least viewing the estimated execution plan would give you a ballpark number;
Where 'ballpark' is the size of half a continent. 🙂
Run the script in a test environment with roughly the same amount of data. There's your time estimate.
Neither the estimated nor actual execution plans contain durations, estimated or actual. They contain estimated costs (which can be so far off as to be useless) and costs are not times.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply