Viewing 15 posts - 2,491 through 2,505 (of 59,086 total)
Thanks for the feedback, BOR15K.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 6:39 pm
Just keep in mid that, "just because you can, doesn't mean you should"... Super long value lists can really eat up compile memory and compile time.
Oh, I get that. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 6:32 pm
This ol' man learned something new today thanks to the replies above. Thanks, folks. Special thanks to Jason Long for posting demonstrative code to drive the point home.
So the correct...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 3:59 pm
But that doesn't have anything to do with how many drives you have or whether or not you mix MDFs with LDFs. It only has to do with the speed...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 1:54 am
answer is not always correct on this case.
Interesting... When and how is it incorrect... in any case?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 1:46 am
REPLACE(), & LOWER() are being used for matching in all cases.
You asked for help with performance... those are performance issues that need to be fixed... "in all cases" when...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 1:21 am
Here's what you asked for, along with a last run status...
WITH
cteJob AS
(--==== Get only the jobs that are enabled
SELECT job_id ,name
...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 14, 2022 at 1:13 am
I still cannot fathom the idea of or the need for updating the PK.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 9:41 pm
Why would people working with commodities only be interested in only the "end of each month + 2 days"? And if you're doing it to condense the data for yearly...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 9:25 pm
With the understanding that I'm NOT an AWS EC2 ninja by any means, I cannot imagine doing anything different for drives (by letter) on EC2 than you would for your...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 8:39 pm
I saw a "67" as an average and thought that was incorrect and that caused me to take the post down until I could double check. It's actually correct. Here's...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 8:29 pm
Sorry... something went wrong and so I took the post down. I'll be back.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 5:46 pm
Hello,
I have a task where I need to find the task of a rental price where the rental price is different when it's a weekday vs the price when...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 4:16 pm
Here is a suggestion that should get you passed this hurdle
Definitely a thumbs up for NOT using the awful DW datepart. Long live DateSerial# ZERO! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 4:02 pm
If you would post more detailed information (like you've been asked before), it 1) wouldn't take so long and 2) people wouldn't give up on you.
I'll point you to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2022 at 12:42 am
Viewing 15 posts - 2,491 through 2,505 (of 59,086 total)