State about the security aspects of stored procedures?

Submitted by: Administrator
Stored procedures should be written very carefully because they store complex and logical data. Security permissions should be very finely applied and this is possible by carefully written code. Permissions for client data should be set in such a manner that it could be accessible only by the client and the method of access should be according to the procedure laid down in the Stored procedures.
Submitted by: Administrator

Read Online Stored Procedure Job Interview Questions And Answers