Databases

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

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