Viewing 15 posts - 31 through 45 (of 22,219 total)
Yeah, I'd still separate them. Same underlying issues are still there. Different levels and types of IO for each mechanism. Splitting them even lets you pick different levels of IOPs...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
December 3, 2025 at 5:38 pm
Since you are updating manually, I'd break it down a lot more. And, probably run it more often. The key is, how many changes to the data leads to performance...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
December 3, 2025 at 4:51 pm
The bad news, there's no magic formula anyone can provide to give you a perfect answer. You're going to need to experiment with this to figure things out. Sorry.
First things...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
December 3, 2025 at 2:53 pm
Nice to hear it. The hallway track is real. And really helpful.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
November 24, 2025 at 4:52 pm
It's a big month for me. After 21 years, I'm being made redundant on the 28th when we finally hand over our contract to another company. I started at...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
November 18, 2025 at 6:09 pm
Just to follow on a little bit.
Columnstore helps with analytical queries. GROUP BY, COUNT, stuff like that which traditional rowstore never handled well. Simply scanning the entire table won't be...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
November 13, 2025 at 3:25 pm
is this visible?
select @@version
I can't see anything.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
November 12, 2025 at 2:31 pm
Sorry I haven't been here to respond to you all. I've been traveling quite a bit (typing this in Hong Kong of all places).
What you all say resonates. @EdVassie, yeah,...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
October 13, 2025 at 1:19 am
Thanks for the feedback Mandeep. Keep up the good work.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 6, 2025 at 1:37 pm
@grant fritchey
are you feeling bored by any chance 🙂
Nope! Having too much fun.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 6, 2025 at 1:33 pm
Thanks all for the feedback.
For some reason (I'll take the blame, but I don't know what I did) I'm not receiving emails on stuff I'm subscribed to. Weirdness. Working on...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 6, 2025 at 1:31 pm
The example from SQLShack is good. Here's the Microsoft documentation on it. You 100% can use it with your linked servers. You just have to code it. Follow the...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 6, 2025 at 1:22 pm
Extended Events can't do things. They're monitoring. They observe things. You could code something that sends an email in response to an Extended Event, absolutely. However, the Extended Event is...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 6, 2025 at 1:16 pm
The biggest issue is where does the processing occur. If you're running a query, with a WHERE clause, across a linked server, most of the time, ALL data will be...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 5, 2025 at 2:17 pm
Depends on which cloud platform you're on, but every one of them I've worked with have multiple scheduling mechanisms. There's nothing magical about SQL Agent. It's just running T-SQL commands....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 5, 2025 at 2:11 pm
Viewing 15 posts - 31 through 45 (of 22,219 total)