SELECT *
FROM Posts
WHERE Tags IN ('Backup')

Feb
1
2017

Playing with Azure, File Snapshot backups

Last post, we explored how to move part of our databases to the cloud by creating a new file on the Azure blob storage service, which is cool, but to be honest, this…

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 »

Oct
28
2015

Daylight Savings end affects not only you, but your SQL Server too

The last weekend of October is a common date for the daylight savings (or summer time) to get to its end in the north hemisphere. According to Wikipedia: Daylight saving time (DST) or…

Continue Reading »