Welcome to my blog series on Azure SQL DB performance. In this blog I'll write about my findings with the Azure SQL DB General Purpose Provisioned tier. Quite a mouth full. Click here for information about the set-upClick here for the scripts I’ve used Intro In my previous blog, I wrote about the serverless tier, … Continue reading Azure SQL Database Performance comparison part 5 of 9: General Purpose
Category: DBA
Dynamic SQL Maintenance Scripts
I'm a huge fan of the Ola Hallengren maintenance scripts. They have incredible power and, when you've read the documentation, are easy to use. But one thing he can't prepare the scripts for, is different settings for each database on the instance. Allow me to show you how I've fixed that. Setup Suppose I've got … Continue reading Dynamic SQL Maintenance Scripts
T-SQL Tuesday 155, Dynamic SQL
This month, Steve Jones (T) invites us to write about the way dynamic SQL helped us solve a problem. Case For one of our customers, we've had an interesting case. They have multiple schemas in the database and the schema's contain a lot of tables with different use cases. To grant user groups (not individual … Continue reading T-SQL Tuesday 155, Dynamic SQL
Fun ROWNUM() case, get n’th row from dataset.
Last week, one of my coworkers had a nice case. From a dataset, he needed the third row based on an indicator and a timestamp. That sounded a bit vague so I started out with creating a table that contained some records with the columns he'd have to filter on. CREATE TABLE dbo.demo ( id … Continue reading Fun ROWNUM() case, get n’th row from dataset.
Azure SQL Database Performance comparison part 4 of 9: General Purpose Serverless
Welcome to my blog series on Azure SQL DB performance. In this blog I'll write about my findings with the Azure SQL DB General Purpose Serverless tier. Quite a mouth full. Click here for information about the set-upClick here for the scripts I’ve used Intro In my previous blog I wrote about the premium tier, … Continue reading Azure SQL Database Performance comparison part 4 of 9: General Purpose Serverless
Azure SQL Database Performance comparison part 3 of 9: Premium
Welcome to my blog series on Azure SQL DB performance. In this blog I'll write about my findings with the Azure SQL DB Premium tier. Click here for information about the set-upClick here for the scripts I’ve used Intro In my previous blog I wrote about the standard tier, one that has 9 SKU’s and … Continue reading Azure SQL Database Performance comparison part 3 of 9: Premium
Azure SQL Database Performance comparison part 2 of 9: Standard
Welcome to my blog series on Azure SQL DB performance. In this blog I'll write about my findings with the Azure SQL DB Standard tier. Click here for information about the set-upClick here for the scripts I’ve used Intro This tier is more expensive than the basic, but starting at 12 euro’s per month up … Continue reading Azure SQL Database Performance comparison part 2 of 9: Standard
Azure SQL Database Performance comparison part 1 of 9: Basic
Welcome to my blog series on Azure SQL DB performance. In this blog I'll write about my findings with the Azure SQL DB Basic tier. Click here for information about the set-upClick here for the scripts I’ve used Intro This tier is the cheapest one around, it'll cost you about 5 euro's per month. This … Continue reading Azure SQL Database Performance comparison part 1 of 9: Basic
Speaking experiences at Data Saturday Oslo
This weekend, I had the honor of speaking in Oslo at the data saturday event. Hosted by Johan Ludvig Brattas, Rune and a number of other key people, they have created a very welcoming atmosphere. Friday The event started with the speaker dinner on friday evening. As I had flown in early, I had explored … Continue reading Speaking experiences at Data Saturday Oslo
Azure SQL Database Performance comparison part 0 of 9: setup
This is the starting point of a series of blogs regarding Azure SQL DB performance. This blog contains the setup and links to all the different database SKU's I've tested so you won't have to scroll endlessly to the part that is of interest to you. I hope you'll find this useful! Click here for … Continue reading Azure SQL Database Performance comparison part 0 of 9: setup