© 2026 Hashnode
Everyone talks about normalization. But barely anyone talks about denormalization—let alone selective denormalization. Back in college, while studying DBMS concepts, professors would emphasize how important—crucial, even—normalization is. And to be h...

En los anteriores artículos se describió como crear un Integration Runtime Self-Hosted de Azure Synapse y cómo copiar el contenido de un data lake a un lakehouse en Microsoft Fabric. Si combinamos esas dos soluciones, podríamos establecer un pipeline...

Table constraints Dedicated SQL pool supports these table constraints: PRIMARY KEY is only supported when NONCLUSTERED and NOT ENFORCED are both used. UNIQUE constraint is only supported with NOT ENFORCED is used. For syntax, check ALTER TABLE an...

Azure Synapse Analytics uses Azure Storage to store data. Because the data is stored and managed by Azure Storage, Azure Synapse Analytics charges separately for the storage consumption. The data itself is sharded into distributions to optimize the p...

Synapse SQL architecture components Azure Synapse Analytics uses a node-based architecture. Applications connect and issue T-SQL commands to a Control node, which is the single point of entry for the data warehouse. The Control node runs the Massivel...
