SELECT *
FROM Posts
WHERE Tags IN ('Database Design')

jul
10
2018

T-SQL Tuesday #104 – Encontrar tablas y columnas en SQL Server

 Esta publicación forma parte de T-SQL Tuesday, que es una fiesta de blog mensual el segundo martes de cada mes. Todos el mundo es bienvenido y tiene la oportunidad de escribir sobre SQL Server. El anfitrión de este mes es…

Continue Reading »

feb
13
2018

T-SQL Tuesday #99 – Grandes Debates : Unicode

 Esta publicación forma parte de T-SQL Tuesday, que es una fiesta de blog mensual el segundo martes de cada mes. Todos el mundo es bienvenido y tiene la oportunidad de escribir…

Continue Reading »

ene
3
2017

Jugando con Azure, Extendiendo Bases de Datos a la nube

Ha pasado un tiempo desde mi última publicación, y quería seguir explorando algunas de las nuevas características que ofrece SQL Server 2016. Esto técnicamente no…

Continue Reading »

nov
3
2016

Database Design Matters, Real World Scenario

Disclaimer: This is how I solved a particular problem after analyzing and understanding my data….

Continue Reading »

oct
28
2016

Database Design Matters, RTO and Filegroups

Usually it’s said the most important duty of DBA’s is to be able to guarantee the integrity of the data of the business we…

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 »

jun
16
2016

Database design matters, seriously

This might sound pretty obvious, but really, database design matters. And all those rules and best practices about database…

Continue Reading »