Viewing 13 posts - 1 through 13 (of 13 total)
My method came from this Dan Guzman answer. I found the Drop Exisiting hint didn't work so I manually dropped and re-created.
sql server - Splitting Existing Partitions in SQL 2014...
June 30, 2023 at 8:26 am
You indexing needs to be the same if you switch to new tables. I had to switch partitions because there was a columnstore index and it had been neglected so...
June 30, 2023 at 6:48 am
Hi
Michael - sorry your systems don't have a proper maintenance window. IT architects, who don't design maintenance windows into their systems, should be taken out and shot (too much!). Just...
June 14, 2023 at 7:40 am
Hi Michael
I can only think of 2 ways defragging indexes could impact performance.
June 13, 2023 at 12:24 pm
I'm sure there's a valid argument there Paul, but then amount of energy it'd take to convince my colleagues, plus the fact that removing defragging would be blamed for every...
June 13, 2023 at 6:50 am
Thanks for that Scott. I amazed that this isn't documented better, Microsoft document changing recovery mode before defragging indexes but no mention of this!
June 12, 2023 at 3:03 pm
Thanks Grant, is there a way to configure SQL to make it more likely that the plans will remain in the cache from day to day
May 24, 2023 at 12:19 pm
Hi Durai, I don't want to share the plan. I was specifically looking for, what seemed to me, to be a weird calculation of the Hash Match.
Thank you for taking...
March 7, 2023 at 2:29 pm
I'm just wondering if there's something, outside of stats, that would cause the cardinality estimator, to estimate a single row output. Like table variables always have an estimate of a...
March 6, 2023 at 3:02 pm
Thanks for the reply.
This is from the estimated plan. The full plan is large, and the SP is taking hours to run, so that's why I can't post from the...
March 6, 2023 at 2:22 pm
Hi
Thanks for the reply but that is the wrong DNN. The DNN you've linked to is a CMS platform. The one I'm interested in is a VIP that can route...
January 16, 2023 at 8:19 am
Thanks for the reply Grant.
I read here, that sp_unprepare would discard the execution plan.
In profiler I see an sp_unprepare run after every sp_prepexec statement won't that mean there...
October 24, 2022 at 1:36 pm
Hi Ant
all those issues are more detail than want to go into in a forum post. TBH I'm not looking for advice on whether I should do it. I'm more...
August 26, 2022 at 7:23 am
Viewing 13 posts - 1 through 13 (of 13 total)