Microsoft SQL Server provides the stored procedure mechanism to simplify the database development process by grouping Transact-SQL statements into manageable blocks. Some of the core benefits of this technology include:
Read the full story: SQL Server Stored Procedures
- Precompiled execution
- Reduced client/server traffic
- Efficient reuse of code
- Programming abstraction
- Enhanced security control
Read the full story: SQL Server Stored Procedures
Comments
No comments yet. Leave a Comment
