Answer:
Stored procedure provides high security - All Grand and Revoke access can be given to the base table using stored procedures
Stored procedures avoid network traffic - Sql server prepares a cache of the sp and it avoid network traffic
Stored procedure provide performance - Every execution of sp will be take care by query analyser to prepare a layout before executing
Asked In: Many Interviews |
Alert Moderator