SQL 2005 Security

  • Hi All,

    I want to give only read and write permission to user of a particular db. Please let me know what server role i need to give for this. I have tried by giving several roles but only sysadmin role can able to do that. But i don't want to give that user sysadmin role. Thanks in advance.

  • add the user to the database role "db_datareader" and "db_datawriter. Then grant execute all or grant execute on specific stored procedures if they use them. Or grant db_owner role on that database.

    If you want the user to be able to add others to these roles, then make them db_owner or db_securityadmin

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

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