Viewing 10 posts - 16 through 26 (of 26 total)
Thank you for your response, @Eirikur Eirikisson — truly honored to have you engage.
You are absolutely right: without comparing the execution plans side-by-side, especially for MAXDOP = 0 vs. 4,...
June 25, 2025 at 5:08 pm
Thank you so much, @Brian Gale — I truly appreciate your thoughtful insights.
You’ve summarized the key takeaway better than I could. I completely agree: most of the time, query hints...
June 25, 2025 at 5:06 pm
Hi again Anders,
Since you raised some great points, let me expand a bit technically here for everyone’s benefit — and ask a few questions that might help guide tuning.
You mentioned...
June 23, 2025 at 8:37 am
Hi Anders,
Thank you
My article was about covering multiple scenarios on maxdop.. I did not said to set maxdop to 1, But I told you should try to optimise your query...
June 23, 2025 at 8:12 am
Hi William,
Yes I accept a few inconsistency which I will get rectified. But the message and step is clear.
Below are
1. Probable inconsistency: Step 1 specified "we attach a new Azure-managed...
June 12, 2025 at 4:44 am
Hi MMartin1,
We need to seed the root node first.. This has come in screenshot but not in code.
INSERT INTO @Hierarchy (ID, ParentID, Name, Level)
SELECT ID, ParentID, Name, 1
FROM HierarchyBig
WHERE ParentID...
May 26, 2025 at 6:26 am
Thanks Rama
May 17, 2025 at 3:40 am
Solid catch with that CAST —Really sometimes it's the smallest tweak that makes all the difference.
Also it came as surprise how just a VARCHAR(100) vs VARCHAR(50) can silently mess up...
May 16, 2025 at 4:01 pm
Here’s how to fix the issue with SQL Server not finding the system databases:
...
February 23, 2025 at 11:06 am
Given your scenario, your best bets are:
February 23, 2025 at 10:53 am
Viewing 10 posts - 16 through 26 (of 26 total)