Grumpy Old IT Guy/Intermediate SQL Server Programming - Stored procedures

Check us out!

Become a Grumpy IT Guy

Subscribe to us for free podcasts, code examples and our latest courses.

By signing up, you agree to receive email updates.

  • $5.98

Intermediate SQL Server Programming - Stored procedures

  • Course
  • 12 Lessons
  • 365-day access

Contents

Module 2 – Stored procedures

In this web-based lesson, we will explore the essential concepts and practical applications of stored procedures, a powerful feature of SQL Server.

Stored procedures allow you to encapsulate SQL statements into reusable blocks of code, improving the efficiency, maintainability, and security of your database applications.

We'll cover the basics of creating, modifying, and executing stored procedures and delve into more advanced topics like parameter handling, error management, and performance optimization.

By the end of this lesson, you'll have the skills to leverage stored procedures to streamline your SQL Server operations and enhance your database management capabilities.

Module 02 - Stored Procedures Description
Module 02 - Stored Procedures Video
Setup database and load data instructions
DISCLAIMER
Example code for the module
Step 1: Create Hobby Shop Database DDL script
Step 2: Create HOBBY_SHOP database tables
Step 3: Hobby Shop zipped text files for loading tables
Step 4: Bulk Copy TSQL script to load each Hobby Shop Database Table
Stored procedure homework assignment
Stored Procedure homework template
Stored Procedures Homework Solutions