SQL Server Reporting Services Question: Download SSRS PDF

What are the advantages of using Stored Procedures?

Tweet Share WhatsApp

Answer:

Stored procedures provide performance benefits through local storage, precompiling the code, and caching.

Stored procedures offers security features that includes encryption and privilege limits that restrict users from modifying structure of stored procedure.

Download SSRS PDF Read All 17 SSRS Questions
Previous QuestionNext Question
What happens when my integer IDENTITY runs out of scope?Describe the purposes and advantages stored procedure?