Advanced SQL Server

This section covers the advanced SQL Server topics including views, indexes, stored procedures, user-defined functions, and triggers.

SQL Server Views

This section introduces you to the SQL Server views and discusses the advantage and disadvantages of the database views. You will learn everything you need to know to manipulate views effectively in SQL Server.

SQL Server Indexes

In this section, you will learn everything you need to know about the SQL Server indexes to come up with a good index strategy and optimize your queries.

SQL Server Stored Procedures

This section introduces you to the SQL Server stored procedures. After completing the section, you will be able to develop complex stored procedures using Transact-SQL constructs.

SQL Server User-defined Functions

In this section, you will learn about SQL Server user-defined functions including scalar-valued functions and table-valued functions to simplify your development.

SQL Server Triggers

SQL Server triggers are special stored procedures that are executed automatically in response to the database object, database, and server events.