Simply writing stored procedures isn’t enough to adequately secure your application. You should also consider the following potential security holes. * Grant EXECUTE permissions on the stored procedures for database roles you want to be able to access the data. * Revoke or deny all permissions to the underlying tables for all roles and [Read More ...]