Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Roles Rss

   Items 1 to 7 of 7   
 

The User Defined Server Roles in SQL Server 2012

This article describes how to create user defined server roles and use stored procedures and queries related.  Read more...
By Daniel Calbimonte 2012/05/25 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 3,382 reads

New User-defined Server Roles in SQL Server 2012

SQL Server 2012 brings new security enhancements, one of which is to create user defined server roles, which simplifies instance wide administration and helps to increase the security of the instance by letting you define different groups with different sets of permissions as per their role and responsibilities.  Read more...
By Additional Articles 2012/02/29 | Source: Database Journal | Category: security
Rating: (not yet rated)  Rate this |   Briefcase | 2,330 reads

Query accounts, domain groups, and members who have admin membership.

This script leverages master.sys.server_principals and xp_logininfo to return accounts, domain groups, and members in a SQL Server admin fixed role.  Read more...
By Eric Russell 2012/02/09 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 5,248 reads

Public Role and Security

Having flown a fair amount lately, I was thinking about the various levels of security within an airport.  Part of...  Read more...
By 2011/12/29 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated) |  Discuss |   Briefcase | 1,201 reads

Script DB Level Permissions v2.1

Scripts role membership, object-level permissions for all DB users.  Read more...
By S. Kusen 2011/02/02 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 2,968 reads

Script DB Level Permissions v2.1

Scripts role membership, object-level permissions for all DB users.  Read more...
By S. Kusen 2011/02/02 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 2,968 reads

Database Users And Associated Database Roles

This script basically retreives all database users thier database roles for a database.   Read more...
By Larry Sumuri 2010/02/10 | Source: SQLServerCentral.com | Category: users
Rating: |  Discuss |   Briefcase | 3,095 reads
   Items 1 to 7 of 7   
 
Tags
security (5)    
sql server 2012 (2)    
administration (1)    
blogs (1)    
logins (1)    
permissions (1)    
server role (1)    
server_principals (1)    
sysadmin (1)    
users (1)    
xp_logininfo (1)