Managed Database Services, Migration, and Cost

Azure SQL, Managed Instance, RDS, Aurora, migration, and costs.

28 associated posts28 primary posts

Building SQL ConstantCare®: What Cloud Hosting Costs

In our behind-the-scenes posts about building SQL ConstantCare®, I've written about how we picked serverless architecture for the application layer, and how we picked AWS Aurora for the database layer. Hosting costs were a big driving factor in those decisions - so how has that worked out?

Presented for your enjoyment, here are our total SQL ConstantCare® hosting costs (including both production and development environments) from AWS Billing Explorer for a rolling 30-day period as of when I'm writing this post:

Read more about Building SQL ConstantCare®: What Cloud Hosting Costs 2 comments — Join the discussion
Production DBA

How The Cloud Turns Performance Tuning Into Cost Savings

Barely Metal
In Ye Olde Olden Dayyes, companies would outline hardware budgets and refresh cycles.

Every 3-5 years, they'd lick a thumb and hold it up to the CPU fans. If they felt a soft breeze, they'd buy the same number of CPUs. If they felt a hard breeze, they'd buy a few more. This made the hardware buy more expensive, and of course drove up licensing costs.

Read more about How The Cloud Turns Performance Tuning Into Cost Savings Be the first to comment
Production DBA

How to Restore a SQL Server Database into Azure SQL DB Managed Instances Redux

Anything Brent Can Do
There's some things you can do with Managed Instances, and some ways you can look at data that you can't do elsewhere.

For instance, you have the ability to start an restore ASYNC -- that means if your session drops, the restore will continue headlessly in the background.

Read more about How to Restore a SQL Server Database into Azure SQL DB Managed Instances Redux 5 comments — Join the discussion
Production DBA

Migrating from SQL Server to MySQL, PostgreSQL, and Aurora

I'm getting an increasing number of requests these days that say: "We're considering migrating our application from SQL Server to a cheaper, easier-to-scale database. Can you help?" Well, kinda: why are you doing it? If you're doing it to get easier scalability, we start by taking a step back and looking at the performance problems…

Read more about Migrating from SQL Server to MySQL, PostgreSQL, and Aurora 19 comments — Join the discussion
Production DBA

Cloud Alternatives to Microsoft SQL Server

When people say "cloud", they're simplifying a lot of different solutions into a single catchphrase. Let's break out the different options and compare them.
1. SQL Server in Amazon EC2 and Azure VMs
Amazon EC2 is a virtualization platform. Amazon buys servers, installs their secret sauce software, and rents you Windows virtual machines by the hour. Microsoft offers a similar product, Windows Azure Virtual Machines, that just went officially live.

Read more about Cloud Alternatives to Microsoft SQL Server 32 comments — Join the discussion

Long live the DBA

Jason Massie (aka StatisticsIO.com) wrote a blog post this week called The Death of the DBA.  He talks about why the coming cloud computing craze creates career chaos. I have the exact opposite opinion: I can't wait for databases to move toward the cloud because it makes database administrators even more vital. Reason #1: Cloud…

Read more about Long live the DBA 2 comments — Join the discussion