Viewing 15 posts - 196 through 210 (of 380 total)
how much faster? can can you also put new explain plan.
there is no official cut off. the lowest possible is best. the run time for the entire 1000 line...
June 5, 2023 at 4:40 am
small error on my original code - the temp table was referring an non existing alias (t1)- easy to fix I think.
another attempt at simplifying it assuming that I...
June 5, 2023 at 2:52 am
no difference.
your code was only looking for the the friday date on a particular situation e.g. when the EXPIRATION = Thursday
so by determining all the FRIDAY dates in advance,...
June 5, 2023 at 2:33 am
no difference.
your code was only looking for the the friday date on a particular situation e.g. when the EXPIRATION = Thursday
so by determining all the FRIDAY dates in advance,...
June 5, 2023 at 2:20 am
adding further indexes on this case likely not the best - the underlying table is a columnstore table.
the thing that would speed up the most is to have a...
June 5, 2023 at 2:04 am
adding further indexes on this case likely not the best - the underlying table is a columnstore table.
the thing that would speed up the most is to have a...
June 5, 2023 at 1:53 am
This is an equivalent query
SELECT T4.UNDERLYING_SYMBOL,
T4.QUOTE_DATE,
T4.EXPIRATION,
...
June 5, 2023 at 12:22 am
Are you attempting to restore over the top of another database? (Did you change the name of the database you're restoring? You should have). Once you do that, you...
June 4, 2023 at 11:26 pm
a image of the plans don't help much - please post the real explain plan - actual if possible.
use https://www.brentozar.com/pastetheplan/ for it
thanks for that link. here you go
https://www.brentozar.com/pastetheplan/?id=SJTjb9cIh
June 4, 2023 at 10:35 pm
Why settle a tie using query logic, what about a unique index? Some or one of those could be helpful. A table containing holidays to exclude could be useful...
June 4, 2023 at 9:12 pm
I have attached the execution plan if that helps.
June 4, 2023 at 9:10 pm
i wasn't able to delete the original attachment. use test-data-1.csv and ignore other one.
June 4, 2023 at 5:46 am
Are your packages deployed to SSISDB?
No they are not. I never did that before and the logging was working then. No clue what happened that cause it stop logging. ...
May 7, 2023 at 12:38 am
thank you for that!
The source table had a different level of precision. Once I matched the destination so it matched the source it worked.
May 3, 2023 at 12:05 am
thank you everyone for the reply. There is no error message on why it failed so that is why it is so puzzling. I am continuing to investigate to see...
May 2, 2023 at 3:45 pm
Viewing 15 posts - 196 through 210 (of 380 total)