Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding of permissions
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Sécurité
Divers
Thread ID:
00762163
Message ID:
00762170
Vues:
13
A sproc has rights to access tables only in the database (DB) it resides in. If it access tables from another DB, you'll have to grant user the rights to those tables.

>I have a database with stored procs that handle the record
>insert/update/delete requests so that our application's front end is not
>directly issuing these commands. If I set up a user on the database with
>execute permissions on the stored procs, how come the user would still need
>SELECT permissions if the proc issues a select statement? Would this logic
>filter through the other permissions as well? The whole point of this
>permission setup is to not allow the user to directly make any
>modifications to the data.
>
>Any insight would be appreciated.
>
>Laterness,
>Jon
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform