Microsoft Azure Certification Summer
During the summer of 2020, I earned four new Microsoft certifications. This brings me to over sixty in total with 86 Microsoft exams passed.
During the summer of 2020, I earned four new Microsoft certifications. This brings me to over sixty in total with 86 Microsoft exams passed.
Explore the Task Execution Model used in the Database Engine for efficient CPU thread scheduling and task management.
Explore SQL Server Page Types and their roles in optimizing performance and managing data storage within your database.
Unlock performance with non-clustered indexes in SQL Server and learn best practices for effective query optimization.
Explore the importance of indexes that cover a query and how they can improve SQL Server performance and eliminate lookups.
Unlock the power of Multi‑Column Indexing in SQL Server to optimize performance and reduce expensive query costs.
The restoration process of a SQL Server database passes through two phases: Restore and Recovery.
In late 2018, I recorded a series of videos for APRESS publishing on how to write T-SQL Queries. (I have linked to the O’Reilly website below.) There are four titles in the series with each title about 45 minutes in length. The first is how to write a T-SQL SELECT…
What is SQL? What is the difference between SQL the language and SQL the server?
What are the basics in writing a T-SQL SELECT? How to return columns and records from a table in SQL Server.