Categories: TSQL

T-SQL Tuesday #199: Back to the on-prem

It’s the second tuesday of the month, which means T-SQL Tuesday time! This month’s topic is chosen by myself, and it’s inspired by a blog post of Alexander Arvidsson. In a nutshell, I’m asking what we would do if we need to move our data platforms back to on-prem, after a good decade of cloud computing. What would we – for example – teach our junior colleagues, since they “grew up” with cloud, serverless, SaaS and other shenanigans.

I’d tell my junior peers that if something breaks, or if performance is slow, it might not just be your code. There are so many other factors that come into play when working on-premises (and when you essentially manage the whole stack). Of course, check the code first 😉

It might be a slow SAN. Or it might be DNS (it’s probably DNS). Or maybe the anti-virus has kicked in and it has locked some crucial files. Or someone configured the server (or didn’t change the default) to be in energy-saving mode. Or perhaps the NIC (the network interface card for the young people among us) has intermittent issues (it took me a long while to figure that one out. It caused a SQL Server Agent job running an SSIS package to fail occasionally, about once or twice a week). Or, for the old-timers, maybe it’s a 32-bit issue, or the wrong drivers are installed.

You get the gist, so many things can go wrong (and will go wrong). Alexander has a good point in his blog post: we used to deal with so many variables, and maybe we have lost some of those skills along the way. Maybe we’ve gone a bit “lazy”. But, silver lining, since LLMs are trained on all the Internet content, we can ask it questions that were solved in those old forums a long time ago…


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂
Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

Recent Posts

T-SQL Tuesday #199 Invitation: Back to on-prem?

It's time for T-SQL Tuesday again! And we're almost to number 200! T-SQL Tuesday is…

7 days ago

Error Deploying GraphQL in Fabric: dm_exec_describe_first_result_set

A while ago we suddenly had an error while trying to deploy one Fabric workspace…

1 week ago

Session Materials for Techorama & DataGrillen 2026

I've uploaded the slides for my Techorama session Microsoft Fabric for Dummies and my DataGrillen…

3 weeks ago

Free Webinar about Columnstore Indexes

I'm doing a small series on indexing basics for SQL Server, and on May 14th…

1 month ago

Fabric Mirroring doesn’t start copying Rows

A short blog post about an issue with Fabric Mirroring (with Azure SQL DB as…

2 months ago

Webinar Series – SQL Server Indexing

I'm starting a webinar series about SQL Server indexing with the fine folks of MSSQLTips.com.…

3 months ago