Viewing 15 posts - 1,081 through 1,095 (of 59,072 total)
@Grant,
I love this article but I'd like to add a nuance to it, especially after what Rick and I were just "talking" about in some of the sayings we listed.
A...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 8:50 pm
Heh... totally agreed. It matches one of the mantra's that I carry in my signature line below...
"Change is inevitable... Change for the better is not."
And I'll add a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 8:06 pm
Thanks for your solution! Looks awesome. The only one disadvantage is necessity to give names to columns manually. Is there any way to do it automatically? Preferably without dynamic-sql.
[quote-0...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 7:35 pm
I don't mind changes to software etc. that actually improve the product, but so many changes these days seem to occur just to give the developers something to do. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 7:23 pm
Thanks for the message,
What are the disadvantages of partitioning? does it need manual management?
Can we fix those issues which partitioning addresses using other solutions?
I've personally found that partitioned tables...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 1:20 am
I have no real idea except to say that yours isn't the first post where On-prem performance blew the doors off of cloud performance in similar tests. You might want...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 12:49 am
Have you looked to see if the indexes on the table are the same? Have you updated statistics lately on either?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 23, 2023 at 12:22 am
Heh... apparently, the OP has left the building. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2023 at 10:47 pm
IMHO, take the time to force the MAX to be out of row and default the error to an empty string to prevent the pointer from being "expansive". Have max...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2023 at 10:45 pm
If you're going to do lots of date-related analysis, I'd just create a Calendar table with all the columns you want to group by, and then join to that...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 22, 2023 at 4:23 pm
yes, it works.
appreciate your reply.
The question now is, do you understand why the fix worked and why you were getting the original issue?
The other question is, do you know...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2023 at 9:54 pm
Bumping this for you because I'd like to see what other people have to say about this for Database Code.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2023 at 9:52 pm
On the subject of the backup failure...
IMHO (and experience but YMMV), it's a complete waste of time to backup a 2TB log file (happened to me the 2nd day of...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2023 at 9:43 pm
Next year, the 1st of January occurs on a Monday. What do you want to do with the previous Sunday, which is from the previous year?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2023 at 9:34 pm
Sorry... posted to the wrong question and removed this post. See the next post down for my answer on this posted problem.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2023 at 9:33 pm
Viewing 15 posts - 1,081 through 1,095 (of 59,072 total)