Archive de "novembre, 2010"
21
novembre
2010
[SQL Server 2011] Server roles
novembre
2010
Creating custom server roles is a new feature coming with the SQL Server 2011 CTP1. It allows to create custom roles on server level to define specific set of permissions on server objects. Great ! What to do with this new feature ? I want to share here 2 exemples I will definitively use: Defining a Sharepoint Service account role which include both security administrator role and dbcreator role: USE [master] GO CREATE SERVER ROLE […]