Computer Videos Category
You are here: Home > Videos > SQL Server > Calling Stored Procedure
Video title: Calling a Stored Procedure from your VB.Net application |
|
|
Typical uses for stored procedures include data validation (integrated into the database) or access control mechanisms. Furthermore, stored procedures are used to consolidate and centralize logic that was originally implemented in applications. Large or complex processing that might require the execution of several SQL statements is moved into stored procedures, and all applications call the procedures only. |
|
. |
|
.png)

