SQL Query Processing
How SQL Queries are processed by the Relational Engine. Parsing, Resolving, Optimizing, Compiling, and Executing to return SQL Sets.
How SQL Queries are processed by the Relational Engine. Parsing, Resolving, Optimizing, Compiling, and Executing to return SQL Sets.
SQL Transaction and Error Handling? What is the difference between Auto-Commit and Explicit Transactions and how transaction affect Errors and Exception Handling?
The restoration process of a SQL Server database passes through two phases: Restore and Recovery.
What is SQL? What is the difference between SQL the language and SQL the server?
There are four main categories of statements used when writing T-SQL. What are the differences between each of these categories?
What are the basics in writing a T-SQL SELECT? How to return columns and records from a table in SQL Server.
In this post, we discuss what columns and records are in a SQL table including an explanation of objects and entities.
How to use the WHERE statement to filter records when the value is a number or integer data type in a T-SQL statement.
How to use the WHERE statement to filter records when the value is a character data type in a T-SQL statement.
How to use the WHERE statement to filter records when the value is either a Date or a Time in a T-SQL statement.