0
1.7kviews
What is Store procedure?
1 Answer
| written 7.1 years ago by |
Stored Procedure:
Stored Procedure in SQL Server can be defined as the set of logical group of SQL statements which are grouped to perform a specific task. There are many benefits of using a stored procedure. The main benefit of using a stored procedure is that it increases the performance …