3 Benefits of Running SQL Server on Linux
Microsoft SQL Server®, a leading relational database management system, was first launched in 1993 and specifically designed for Microsoft Windows. Since then, the system has grown in popularity thanks to its centralized tooling, ease of administration, and common authorization and security settings. That popularity led to Microsoft’s re-architecture of SQL Server in 2016, designed to … Read more 3 Benefits of Running SQL Server on Linux
How to Migrate a SQL Server Database to Azure
For many organizations who traditionally had to adopt expensive and usually relatively inflexible on-site database solutions, the increasing adoption of database-as-a-service (DBaaS) providers is a welcome alternative, as DBaaS offers a flexible, cloud-based database option through subscription services. Among DBaaS platforms, Microsoft Azure® SQL Database has become a go-to option for organizations hoping to move … Read more How to Migrate a SQL Server Database to Azure
4 Leading Database Certifications for Database Administrators in 2022
As a database administrator (DBA), you need to demonstrate your skills on a daily basis. However, if you have no formal training or certification, it can be challenging to land a new job or achieve an internal promotion. Fortunately, there are various highly-regarded database certifications for the leading databases. Whether you work primarily with SQL … Read more 4 Leading Database Certifications for Database Administrators in 2022
SQL Server – Query plan was not collected
Description from The SentryOne community Why was a query plan not collected? SQL Sentry uses a complex algorithm to perform matching of cached execution plans from SQL Server to Top SQL events. This article describes some of the more common reasons that a match may not have been found for a specific batch or statement. … Read more SQL Server – Query plan was not collected
Issues with Performance Counter Collection
Description from The SentryOne community One of the things we’ve come to understand in our dealings with the Windows operating system as it relates to performance monitoring is that the performance counter system is very fragile. It doesn’t take much at all to set it off kilter and most of the time you won’t even … Read more Issues with Performance Counter Collection
Top 10 SQL Server Mistakes Made by DBAs
SQL Server DBAs—even those who have years of experience with relational databases—frequently make the same mistakes repeatedly. Wouldn’t you like to learn about those blunders so that you can sidestep them? Well, I have good news! In a recent webinar, I counted down the 10 most common SQL Server mistakes DBAs make. Read below as I recap … Read more Top 10 SQL Server Mistakes Made by DBAs
A Complete Introduction to SQL Server Transactions
One of the most fundamental concepts in any relational database management system (RDBMS), such as SQL Server, is the transaction. During my consulting career, I’ve seen many performance problems caused by developers not understanding how transactions work in SQL Server. In this tutorial, I’ll explain what transactions are, why they’re necessary, and how they work … Read more A Complete Introduction to SQL Server Transactions
How Data Types and Query Tuning Can Improve Application Performance
One of the easier ways to improve the performance of your SQL Server and Azure SQL database queries is to ensure you choose the right data types for your data, and the data types in your application’s code match the ones in your stored procedures and queries. Choosing the right data type conserves space, because … Read more How Data Types and Query Tuning Can Improve Application Performance
How to Make SQL Server Faster on Azure VMs
Many organizations have migrated their environments from on-premises to the cloud, and one of the clouds of choice is Microsoft Azure. For SQL Server workloads, organizations can use platform as a service solutions with features like Azure SQL Database and Managed Instance or infrastructure as a service solutions with Azure SQL virtual machines. Azure SQL virtual … Read more How to Make SQL Server Faster on Azure VMs
10 SQL Server Performance Tuning Best Practices
There are a large number of best practices around SQL Server performance tuning – I could easily write a whole book on the topic, especially when you consider the number of different database settings, SQL Server settings, coding practices, SQL wait types, and so on that can affect performance. For this post I decided to … Read more 10 SQL Server Performance Tuning Best Practices