Learn SQL articles

An Overview of SQL Server Automatic Tuning

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> Microsoft SQL Server Automatic Tuning feature is a powerful tool that removes much of the guesswork, manual labor, and periodic review normally required to tune a database. It operates on two basic concepts: plan regression correction and automatic indexing. 1. PLAN […]

An Overview of SQL Server Automatic Tuning Read More »

An Overview of SQL Server Backup Types

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> Structured Query Language (SQL) Server provides a robust variety of backup types that facilitate sustainable database management. SQL Server backups are segregated into three primary categories: Full backups, Differential backups, and Transaction Log backups. An understanding of these categories helps to

An Overview of SQL Server Backup Types Read More »

An Overview of SQL Server Data Quality Services (DQS)

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> In our data-driven world, maintaining the integrity and reliability of data becomes a critical part. Enter SQL Server Data Quality Services (DQS); an innovative feature of Microsoft SQL Server that provides a means to improve the quality of your data. DQS

An Overview of SQL Server Data Quality Services (DQS) Read More »

An Overview of SQL Server Dynamic Management Views (DMVs)

For an instructor lead, in-depth look at learning SQL click below. Learn SQL >> Dynamic Management Views or DMVs are valuable assets for SQL Server professionals who routinely manage SQL instances. Using DMVs, we can retrieve real-time server state information to provide insights into performance, identify potential issues, and determine possible solutions. What are Dynamic

An Overview of SQL Server Dynamic Management Views (DMVs) Read More »