Capturing Logic with Stored Procedures in T-SQL
Do you have experience writing T-SQL but want to start creating stored procedures? Well, this course is for you! Take your skills to the next level by learning all the in and outs of designing and optimizing stored procedures.
What you'll learn
Perhaps you’re starting out or have been working with stored procedures for years. Maybe you want to take your understanding of store procedures in SQL Server to the next level. In this course, Capturing Logic with Stored Procedures in T-SQL, you will learn foundational knowledge for developing powerful stored procedures. First, you will learn why utilizing stored procedures in SQL Server is paramount to executing maintainable code. Along the way, learning why using temporary objects might reduce complexity. Next, you will discover methods for adding queries to your stored procedures. Finally, you will explore several methods to optimize the performance of your stored procedures. When you’re finished with this course, you will have the skills and knowledge necessary to consistently deliver optimal stored procedures in SQL Server.
Table of contents
- Version Check 0m
- Introduction 3m
- What Is a Stored Procedure? 3m
- Comparing Data Fetching Options 6m
- Primary Stored Procedure Benefits 3m
- Demo: Creating Test Environment 6m
- Demo: Minimizing Modifications 3m
- Exploring Security Benefits 3m
- Demo: Limiting User Access 3m
- Exploring Performance Gains 3m
- Demo: Execution Plan Reuse 5m
- Disadvantages of Stored Procedures 3m
- Summary 2m
- Introduction 3m
- Creating Our Stored Procedure 2m
- Exploring New Syntax and Executing 3m
- Naming Stored Procedures 3m
- Demo: Creating and Executing 6m
- Demo: Scripting Stored Procedures 5m
- Exploring Parameters 3m
- Demo: Adding Parameters 6m
- Exploring Debugger 2m
- Demo: Debugging Code 5m
- Reviewing Best Practices 3m
- Summary 2m
- Introduction 3m
- Building Queries in Stored Procedures 2m
- Reviewing Temporary Objects 3m
- Creating Temporary Objects 3m
- Demo: Adding Queries to Stored Procedures 7m
- Demo: Using Temporary Objects 8m
- Exploring Table Valued Parameters 4m
- Demo: Table Valued Parameters 3m
- Examining Sp_executesql 3m
- Demo: Using Sp_executesql 5m
- Implementing a Debug Flag 2m
- Demo: Adding a Debug Flag 3m
- Summary 2m