ReePrime China
SQL SERVER 2017 TUTORIAL: PART 05 (STORED PROCEDURE)

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

SQL SERVER 2017 TUTORIAL: PART 05 (STORED PROCEDURE)

2 次观看 05:20 FAST tech

描述

This video demonstrates the steps to create a stored procedure that accepts a parameter.
A stored procedure is a set of Structured Query Language (SQL) statements with an assigned name,

which are stored in a relational database management system as a group, so it can be reused and shared by multiple programs.

There are so may advantages of using Stored procedures. It manage, control and validate data. Large queries can be avoided.

It reduces network traffic since they need not be recompiled. Hence stored procedures increases re-usability of code.

Permissions can be granted for stored procedures. Hence, increases security.
Thank you for watching SQL SERVER 2017 TUTORIAL: PART 05 (STORED PROCEDURE)