Viewing 15 posts - 3,466 through 3,480 (of 59,067 total)
It looks like a packing interval problem.
Drew
I wish I could vote this up more. Totally agreed on the prognosis and the link.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2022 at 3:20 am
I got this,..
Excellent... please share what you've got.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2022 at 3:15 am
Hello,
I was looking over the Edition specifications, and Standard is capped at 128 GB RAM is that correct?Can someone recommend me to use sql server enterprise edition or standard,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2022 at 3:13 am
I agree that row and page compression is a wonderful tool and I've been very successful in using it properly. I also agree that it's wonderful for the normally largest...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2022 at 3:10 am
Hello everyone,
Thank you for looking into my question.
I have a dataset like the below in a table..
I need to write a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:39 pm
ON (1 =1) is unusual JOIN syntax – can you explain what you want it to do?
That's what people where I work at did before they knew how to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:34 pm
Dude! Check what you attached. ?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:32 pm
I have a computed column that subtracts a completion date from a start date and I'm trying to track the total time it takes to complete a job. However,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:26 pm
Thanks Mark Cowne. That is the perfect solution.. and right in front of my eyes.... still, didn't figure it out.
DENSE_RANK() OVER(ORDER BY Id - register_sequence) AS seq_number
works beautifully!!
Careful now. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:13 pm
@vilaca ,
Thanks for the ID column but that can still be problematic. If it's created using an IDENTITY column or from a SEQUENCE object, there's no guarantee that you won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:12 pm
The answer is, yes... I have an idea but... you won't like it because the answer is, there is nothing in your original data to guarantee the sequence of even...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2022 at 3:43 am
p.s. What I'm trying to get you to do is that your per minute stuff is flat out the wrong way to do thing and I'm trying to get you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2022 at 10:10 pm
the Corrente_L1 will receive values every 15 min, I need the total of Corrente_L1 for the respective period, if it is for the month, it should return the total...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2022 at 10:01 pm
Also, the Standard Edition is "Limited to lesser of 4 sockets or 24 cores" and so you need to check your hardware configuration.
You also need to do a feature comparison. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2022 at 9:46 pm
Hello,
I was looking over the Edition specifications, and Standard is capped at 128 GB RAM is that correct?Can someone recommend me to use sql server enterprise edition or standard,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 18, 2022 at 9:38 pm
Viewing 15 posts - 3,466 through 3,480 (of 59,067 total)