Capturing Logic with Stored Procedures in T-SQL
Course info



Course info



Description
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.
Section Introduction Transcripts
Course Overview
Hi everyone. My name is Jared Westover, and welcome to my course, Capturing Logic with Stored Procedures in T-SQL. I'm a SQL architect and Microsoft-certified solutions expert in data management and analytics. Most importantly, I love working with data. If you've worked in a database environment where ad hoc queries were the primary method of executing code, you know how problematic that can be. It's easy to run obsolete scripts, especially if you're working on a large team of developers. No one wants their email to be the primary source of truth when it comes to executing code. In this course, we're going to explore all of the possibilities which exist for executing your queries using stored procedures. Having knowledge of SQL Server and prior experience writing queries will be helpful as you go through the course. Some of the major topics that we will cover include the benefits of using stored procedures, incorporating input and output parameters, establishing a baseline for performance, and finally methods for optimizing your stored procedures. By the end of this course, you will have a solid foundation to start creating and optimizing stored procedures. From here, you should feel comfortable diving into other SQL courses on Overcoming Parameter Sniffing, Advanced Query Tuning, and Plan Cache Analysis. I hope you'll join me on this journey to learn stored procedures with Capturing Logic with Stored Procedures in T-SQL course, at Pluralsight.