For example, in your company, there are two teams to manage the front end and back end. Back end team should able to create obejcts and manage database. Front end team should have only access to read and write the records and not allow to create/alter sql objects. To achieve this, you can do either by create login with permissions or by means of server role. It would be easy for you to manage the login with server role with permission set.
Saturday, November 17, 2012
How to create user defined Server Role to manage permissions easily in SQL Server 2012
Until SQL 2008 R2, you don't have option to create user defined server role. In SQL Server 2012, you can create a server role with permissions. It would help easily to manage the login with limited permissions.
Labels:
SQL Server,
SQL Server 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment