Viewing 15 posts - 5,236 through 5,250 (of 59,089 total)
I'm thinking that you don't actually want an Average... I'm thinking that you want a Linear Regression and, perhaps, the Mode. You should also relegate a "0" input to a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 8:39 pm
They actually are NOT affected at the same time. They are inserted just as they are in any file system. Just because it's a relational database doesn't change...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 6:54 pm
I guess I don't understand the need to "loop through the records". A well written WHILE loop is usually faster and about 8 times less resource intensive. That, notwithstanding, why...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 6:24 pm
I'll second what Jonathan stated about performance. I also have a really bad aftertaste about MERGE and all the nightmares it caused when it first came out. They may have...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 6:22 pm
That's pretty interesting, Steve. I'm going to have to give that a try on a much larger table. I'll be back but not today... I've got a really full dance...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 6:17 pm
To cover that 0.1% I can add triggers to the mix.
they must have table "inserted" available with all the records in it, the whole set. And it cannot be...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 2:26 pm
When you said "If SQL Server 6.5 and 7 worked that way - then it was incorrect.", the only thing that was incorrect there was you thinking so. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 2:23 pm
My very general advice would be to stick to base tables and not use any of the features outside of the ANSI ISO standards for creating tables. Essentially, this...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 1:04 am
I agree with that... but only 99.9% of the time., 😀 "It Depends".
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2021 at 12:49 am
GETDATE(), GETUTCDATE(), etc., are niladic nondeterministic functions.
A niladic function has no parameters. A nondeterministic function returns different values with the same inputs (the exact results of a GETDATE() call cannot...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2021 at 5:23 pm
Gosh... I agree that it's been quite a while but it seems to me that SQL Server 6.5 and 7 worked just fine in this area and I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2021 at 4:46 pm
Ah. Got it. It's an interesting question and, hopefully, someone will come back with the answer. If nothing else, this post will act as a "bump" for it. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2021 at 1:47 pm
I've not yet learned how to even spell "Azure" but a quick web search led me to the following article. From your description, I'm thinking it contains the information you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2021 at 6:36 am
Gosh... I agree that it's been quite a while but it seems to me that SQL Server 6.5 and 7 worked just fine in this area and I've not had...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2021 at 6:29 am
But for backups initiated by 3rd party tools, I wonder if setting up the alert in SQL agent will it able to capture any failures as well?
Have you looked...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2021 at 6:27 am
Viewing 15 posts - 5,236 through 5,250 (of 59,089 total)