Azure SQL Database Limits
Let’s talk briefly about resource limits with Azure SQL Database. Because we have to share resources with other users, and because Microsoft doesn’t want us… Read More »Azure SQL Database Limits
Let’s talk briefly about resource limits with Azure SQL Database. Because we have to share resources with other users, and because Microsoft doesn’t want us… Read More »Azure SQL Database Limits
It’s the 2016 PASS Summit at the end of this month, and I’ll be attending for my third year. Because I’m a glutton for punishment,… Read More »Planning matters
Many smart people have spoken about clustering keys and primary keys before, so here’s a less smart take on the topic. Let’s define some things… Read More »On clustered indexes, clustering keys and primary keys
I’ve been toying with the idea of automating a set of diagnostic scripts that I run on customer sites, when doing my checkup. It mirrors… Read More »Automation is the new Black
During a recent engagement, I was tasked with making a query faster. Since I signed an NDA (Non-Disclosure Agreement), I can’t go into detail, but… Read More »A dalliance with distance
I’ve written quite a lot about Azure SQL Database recently, but that doesn’t mean I’ve forgotten about the on-premises version of SQL Server. What could… Read More »The Data Migration Assistant
Some time ago, I added a free resource to this site to help DBAs know how much max server memory should be assigned to SQL… Read More »Max Server Memory Revisited
In our final look at migrating a database to Azure SQL Database, we will import a BACPAC file. From previous weeks we know that a… Read More »Importing a BACPAC into Azure SQL Database
This week we will actually move a database into Azure SQL Database, using the first of two of Microsoft’s recommended methods. The main thing to… Read More »Moving a database to Azure SQL Database
This week is a shorter post than last week, but it answers a very important question: Should I move my on-premises database to Azure SQL… Read More »Should I move my on-premises database to Azure SQL Database?
It’s the second half of 2016, and Azure is the new hotness. I’ve raved about Blob Storage, virtual machines, AzCopy, and all those good things.… Read More »An Introduction to Azure SQL Database
Today’s post is just a bunch of questions, but they are very important questions, all around the main topic of a Backup Retention Policy. How long do… Read More »Backup Retention Policies
My friend Jason asked me about his MySQL database export file last week, whether it was sufficient to create a new database. I replied saying… Read More »What is physical storage anyway?
This post comes to you from the Spanish countryside. I travel a lot these days, sometimes even for work. The best part about travelling, apart… Read More »PSA: Check Your Backups
SQL Server 2016, released last month, now lets us back up our database files to two locations simultaneously. This is very good news if we’re running… Read More »AzCopy 101 – Copying SQL Server backup files to Azure Blob Storage