Viewing 15 posts - 1 through 15 (of 26 total)
Absolutely agree with you, Steve.
AGs have become the go-to HA setup lately, but they aren’t a free lunch. Without proper understanding and monitoring, even AGs can backfire—just like FCIs used...
November 10, 2025 at 9:19 am
If E2 is built on SQL Server and you have access to the backend database, SSIS might actually be the simplest and most stable way to pull data out —...
November 3, 2025 at 10:14 pm
your SQL Server is on-premises (i.e., not hosted in Azure), once you onboard it using Azure Arc, it becomes a resource in Azure. That’s what allows you to set Microsoft...
October 30, 2025 at 10:00 am
You must set an Entra admin for that SQL instance
This is the person (or group) who’s allowed to log in using Entra ID. You do this in the Azure portal,...
October 30, 2025 at 9:56 am
Hey Jo,
Yeah, I’ve played around a bit with the Azure extension for SQL Server (aka Arc-enabled SQL Server). It’s actually pretty slick if you want to bring your on-prem SQL...
October 30, 2025 at 9:54 am
The “pre-login handshake” error is very specific — it usually means something is wrong with SSL/TLS negotiation between the process trying to run SSIS (like Agent or SSIS Catalog) and...
October 29, 2025 at 8:54 pm
Thanks @graham.nolan-753599 for your kind words..
October 24, 2025 at 10:03 am
First off, I really want to appreciate how honest and self-aware your post is. Not many people openly admit they’re struggling to find footing after moving into management — and...
October 18, 2025 at 8:34 am
When you use sp_executesql, SQL Server does something quite intelligent. It creates a query plan for that statement the first time it runs and keeps that plan in the plan...
October 18, 2025 at 7:37 am
@david-2.gugg
Yeah that’s a really interesting point. You’re right — delayed durability is mainly a win for those rapid-fire, small commits where the log flush wait just kills throughput. With big...
August 30, 2025 at 1:21 pm
Thank you so much for taking the time to read and share your thoughts
Really appreciate your kind words — they truly made my day!
It’s always encouraging to hear from someone...
July 29, 2025 at 4:54 pm
@Jakub Janda.. Adding RCSI still cause below issues:
It doesn’t eliminate latching or I/O stalls.
It adds TempDB pressure (since row versions are stored there).
And it still doesn’t match the raw concurrency...
July 22, 2025 at 9:45 am
Hi Pascal,
Sorry for seeing your message late.. as I did not got any notification on email..
What is your system cpu? And which sql server version you are using..
This should be...
July 21, 2025 at 9:52 pm
Hi @MMartin1
Thank you — that’s a great question!
You're right that BULK_LOGGED recovery model can enable minimal logging in certain scenarios. However, unfortunately, regular UPDATE statements do not benefit from minimal...
July 21, 2025 at 9:49 pm
Hi Jeff,
Thanks for your comment..
This was 4 core I believe when I performed this testing.. As I recently upgraded it to 8 core for some further investigation
June 25, 2025 at 5:10 pm
Viewing 15 posts - 1 through 15 (of 26 total)