Blogs

What I Learned Writing About How to Diagnose and Troubleshoot High CPU in Azure SQL Database

What I Learned Writing About How to Diagnose and Troubleshoot High CPU in Azure SQL Database

Writing helps me learn. In my job as a Content Developer, this is more true than ever: there’s a fantastic group of folks, both in the Database Docs team and in the Microsoft Data Platform engineering team, who review and contribute to content.

I’ve just had the pleasure of publishing my first new article in the Microsoft Docs, Diagnose and troubleshoot high CPU on Azure SQL Database.

Continue reading

Addressing the Rumors That I Have Been Removed from the MVP Program

Addressing the Rumors That I Have Been Removed from the MVP Program

By Kendra Little on November 4, 2021 • 3 min read

Category: career

I’d like to openly and honestly answer the rumors that I have been removed from the Microsoft MVP program.

Continue reading

Gotchas with Deferred Name Resolution in SQL Server: Stored Procedures, Synonyms, Views, and Functions

Gotchas with Deferred Name Resolution in SQL Server: Stored Procedures, Synonyms, Views, and Functions

Have you ever tried to create an object in SQL Server, but it failed due to a missing table, column, or other dependency? If so, you’ve hit a case where SQL Server doesn’t offer ‘deferred name resolution’.

Continue reading

Learn Azure SQL with One Free Learning Path

Learn Azure SQL with One Free Learning Path

By Kendra Little on October 14, 2021 • 4 min read

Category: azure-sql

Have you been meaning to learn about SQL Server in the Azure cloud, but never seem to get around to it? It’s easy to be overwhelmed and not know where to begin.

I recommend you start with the Azure SQL Fundamentals Learning Path.

I stepped through this training this week and WOW, this is an incredibly high quality free course, complete with hands-on exercises in an online sandbox. I wish I’d done this sooner!

Continue reading

New Tricks I Learned from the Azure Data Studio Code Editor Tutorial

New Tricks I Learned from the Azure Data Studio Code Editor Tutorial

By Kendra Little on October 7, 2021 • 2 min read

Today I walked through the Use Azure Data Studio to connect and query Azure SQL database Quickstart. This Quickstart is solid and is great for someone new to Azure Data Studio.

At the end of the Quickstart it suggested I try the Tutorial: Use the Transact-SQL editor to create database objects - Azure Data Studio. The tutorial taught me a couple of things that I’ve not noticed about Azure Data Studio, even though I’ve used it for a couple of years.

Continue reading

Trying Out the Azure SQL Database Quickstart

Trying Out the Azure SQL Database Quickstart

By Kendra Little on October 4, 2021 • 5 min read

Category: azure-sql

I’m working through a series of tutorials and learning paths for Azure SQL and sharing bite-sized reviews.

In this first walkthrough, I’m stepping through the Create a Single Database tutorial.

Continue reading

Tutorial: Create a Disposable SQL Server Database Container in an Azure DevOps Pipeline With Spawn

Tutorial: Create a Disposable SQL Server Database Container in an Azure DevOps Pipeline With Spawn

This post is part of TSQLTuesday #140, “What have you been up to with containers?”

Disposable databases are indispensable for software developers, both for initial development work and in automation pipelines. Containers pair exceptionally well with temporary databases and provide a lightweight mechanism to spin up an environment on demand.

Continue reading