SELECT *
FROM Posts
WHERE Tags IN ('SQL Server Internals')

nov
15
2021

FillFactor, lo que Nadie te ha Contado

I love SQL Server internals, I do and I just said it. Why? because thanks to all the tools, documentation and community members that share their knowledge, folks like me can understand how a super complex piece of software like…

Continue Reading »

jul
25
2018

Administar Inicios de Sesión de SQL en entornos diferentes

En SQL Server tenemos la posibilidad de autenticarnos de dos maneras diferentes, una está basada en la Autenticación de Windows y permite que los usuarios de Windows (locales o de dominio) se conecten al servidor usando…

Continue Reading »

abr
26
2017

Anti-patrones exitosos, utilizando tipos de datos obsoletos

De vez en cuando, es bueno recordarle a…

Continue Reading »

mar
29
2017

Limpieza de primavera, consideraciones con datos LOB

La primavera ya está aquí y probablemente te entren ganas de hacer una limpia en…

Continue Reading »

feb
9
2017

Estadísticas y Tipos de Datos, Qué Podría Salir Mal?

Una de las cosas más interesantes en SQL Server desde mi punto de vista son las estadísticas y cómo el optimizador las interpreta para producir planes de consulta óptimos. Pero hoy quiero escribir sobre algo…

Continue Reading »

nov
30
2016

In-Memory logging, much cooler than disk based

Last week we started exploring some of the cool features that the new In-Memory engine (code name Hekaton) has brought into…

Continue Reading »

oct
19
2016

Successful Anti-Patterns, Storage Requirements

One of the things you realize with experience is…

Continue Reading »

sep
21
2016

Database Design Matters, choosing the Clustering Key

There has been a permanent debate about which is the right clustering key for our tables since the…

Continue Reading »

sep
6
2016

Database design Matters, choosing the right data type

This is not the first time I write about best practices or how a good design can…

Continue Reading »

may
25
2016

TRUNCATE TABLE misconceptions

TRUNCATE TABLE in SQL Server is well known for what it does as feature, but how it actually works is easily misunderstood, and for long time, the same…

Continue Reading »