top of page
Jeff Taylor
Admin
More actions
Profile
Join date: Nov 19, 2021
Posts (54)
Aug 25, 2026 ∙ 8 min
T-SQL Tuesday #201 Round-Up: Temp Tables, Friend or Foe?
The T-SQL Tuesday #201 round-up: ten bloggers on whether temp tables are a friend or a foe, from full-throated defenses to a lab built to prove me wrong.
963
0
Aug 4, 2026 ∙ 4 min
T-SQL Tuesday #201 Invitation: Temp Tables, Friend or Foe?
My T-SQL Tuesday #201 invitation. Do temp tables help performance or hurt it? I argue moving data into a #temp table is usually the wrong reflex, and invite you to make your case.
628
6
Jul 10, 2026 ∙ 6 min
How To Deploy Fabric SQL and Azure SQL Databases with Azure DevOps
Fabric has CI/CD built in, but if you've tried to use it for database deployments, you've probably already run into its limits. It's still very much in its infancy. The moment you change a column's length, drop a column, or remove a table that already contains data, the deployment fails — Fabric throws up a safety precaution and refuses to proceed. That's a reasonable default, but it stops real schema changes in their tracks. There could be ways around it — third-party tools like Redgate can...
193
0
bottom of page