Is is possible to restrict a stored proc to only SELECT
from a database.
I want a stored proc which only selects data to execute correctly and a stored proc with UPDATE
, CREATE
, DELETE
operations to return an error indicating insufficient permissions.
I am using Sybase 12.5