Security Best Practices

  • Hi All,

     

    When it comes to managing security on a SQL box, in a per table situation.

    I would like to share your experiences,

    i.e do you store all tables, stored procedures users have access to in a table, and tun a cursor to loop through that table in order to grant permissions ?

    etc

    Let me know

     


    Kindest Regards,

    John Burchel (Trainee Developer)

  • In dev and test, I tend to use the fixed database roles db_datareader & db_datawriter rather than granting permissions on tables.

    In production, all table access is through stored procedures and users are only granted execute permission to stored procedures.

    Greg

     

    Greg

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

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