Viewing 15 posts - 9,286 through 9,300 (of 26,490 total)
Jeff Moden (11/18/2012)
CELKO (11/18/2012)
Here...
November 18, 2012 at 10:49 am
I would say yes, this is quite possible. Take a look at PowerShell. I am assuming that even if the files may change the directories where they reside...
November 18, 2012 at 9:10 am
Another FYI. I haven't used maintenance plans in years to maintain my indexes or satistics. I developed my own processes using T-SQL to manage these in a more...
November 17, 2012 at 1:23 pm
jgenovese (11/17/2012)
I thought table index rebuild only updated TABLE statistics (fullscan)
Are you trying to tell me that this is not the case, i.e....
November 17, 2012 at 1:19 pm
Love being told by an OP that the execution plan they posted was an ACTUAL execution plan when it is obviously an estimated execution plan. Really, was I born...
November 17, 2012 at 1:16 pm
jgenovese (11/17/2012)
As previously stated, the "trans" and "asset" tables are subscribed tables
I re-initialized the subscription this morning
Now the query appears to be back to normal run time
(no changes...
November 17, 2012 at 1:02 pm
jgenovese (11/17/2012)
This IS the ACTUAL execution plan
"Also, do you really drop the temporary table as soon as it is populated as...
November 17, 2012 at 12:55 pm
Also, no one is really going to dive into what you recently posted in an effort to help you figure out what be going on. We really need the...
November 17, 2012 at 12:08 pm
Just an FYI, your parse routing is slow. Take a look at this one, then read the article and its discussion that is referenced in the comments.
Be sure to...
November 17, 2012 at 11:59 am
jgenovese (11/17/2012)
Note that the query did not change -- the emphasis is on what could have happened that weekend that caused the query to double in...
November 17, 2012 at 11:08 am
Taking a guess here, but is the table valued function you use in this process a multi-statement table valued function?
Also, looks like you may have several scalar functions being used,...
November 17, 2012 at 10:56 am
I have to agree with Jeff at this point. I have looked at the estimated execution plan, but one of the things we really need is the actual execution...
November 17, 2012 at 10:52 am
After completing the index rebuild, did you then rebuild all the statistics? If so did you use a sample size or full scan?
If you used a sample size on...
November 16, 2012 at 9:48 pm
I think I have a good QB off waviers. We'll see how things go this weekend.
November 14, 2012 at 10:17 pm
SequelSurfer (11/14/2012)
Lynn Pettis (11/13/2012)
November 14, 2012 at 6:53 pm
Viewing 15 posts - 9,286 through 9,300 (of 26,490 total)