Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.37 KB

creating-and-using-stored-procedures.md

File metadata and controls

22 lines (18 loc) · 1.37 KB
uid title author description ms.author ms.date ms.assetid msc.legacyurl msc.type
web-forms/videos/sql-2005/creating-and-using-stored-procedures
Creating and Using Stored Procedures | Microsoft Docs
rick-anderson
This video expands on the topic of Stored Procedures which was introduced several lessons ago. In this video we explain the basic syntax to create and update...
riande
11/14/2006
817bc763-7faa-4ac5-880b-b3f5531e9d07
/web-forms/videos/sql-2005/creating-and-using-stored-procedures
video

Creating and Using Stored Procedures

by Microsoft

This video expands on the topic of Stored Procedures which was introduced several lessons ago. In this video we explain the basic syntax to create and update stored procedures, using input and output parameters, return values, declaring variables and adding other T-SQL programming elements into you stored procedures, how to execute your stored procedures from the query window, and finally the Visual Basic and C# syntax required to utilize stored procedures in your own applications.

▶ Watch video (42 minutes)

[!div class="step-by-step"] Previous Next