Granting Object Permissions on Tables

  • I have not created all my stored procedures yet, so i'm still using queries.

    I want to grant my approle object permissions

    grant select, insert, update, references on employees to faelogin

    I have 15 tables! Do i have to list all 15? There isn't a word called ALL!

  • Hi,

    You are right, you need to list out all tables.

    But why don't you use the standard role db_datawriter? This role has got the same permissions as you want. It also allows delete.

    Regards,

    Geert

  • and don't forget db_datareader.

  • Well, it is temporary even though i don't want delete. 

    Can you assign the permissions of one role to another role?

     

    Thanks guys!

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply