Specific Grant addition to sql login base server role

  • I need to prepare an appropriate GRANT statement to provide an existing SQL Login (lets call it mylogin) that currently has only DB_DATAREADER on a SQLServer2005 database (staying original, lets call it mydatabase), that will give it INSERT-only capability on a specific table (no delete, no update). If thats not possible then can INSERT only be added for the entire mydatabase database? Perhaps I'm missing the boat, but would appreciate any suggested syntax solutions.

    :w00t:

  • Check out link below in BOL for GRANT syntax. You can restrict it to columns if you really want.

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/c001c2e7-d092-43d4-8fa6-693b3ec4c3ea.htm



    Scott Duncan

    MARCUS. Why dost thou laugh? It fits not with this hour.
    TITUS. Why, I have not another tear to shed;
    --Titus Andronicus, William Shakespeare


Viewing 2 posts - 1 through 1 (of 1 total)

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