Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tags
Security
,
Permissions
Items 1 to 16 of 16
Issues Determining an Individual SQL Server User's Permissions
Recently I was supporting a third party application. It queries to determine what tables it has permissions to before it proceeds with the rest of its functionality. We had implemented permissions based on the best practice of creating roles, assigning the permissions to the roles, and then making the users members of the roles. The application was querying INFORMATION_SCHEMA.TABLE_PRIVILEGES and of course didn't find any permissions directly against the user in question. We ended up granting explicit permissions to the user so the application would work, but I'm more interested in the general case. How can I determine permissions for an individual user?
Read more...
By
Additional Articles
2012/08/02
|
Source:
MSSQLTips.com
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,406 reads
Automatically Scripting Out Permissions for Cross Environment Restores
This article from Warren Campbell shows a process to recreate permissions in development environments after restoring a database from a production instance.
Read more...
By
Warren Campbell
2011/12/05
|
Source:
SQLServerCentral.com
|
Category:
automation
Rating:
|
Discuss
|
Briefcase
|
4,699 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,945 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,945 reads
The Complete SQL Server 2005 Permissions Report
The script provides complete and comprehensive permission reports, on all SQL Server security hierarchy levels, for all Logins. Reports on particular Logins and databases can be customized.
Read more...
By
Richard Lu
2010/05/10
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
6,023 reads
Principals, Securables, Permissions oh my. SQL 2008/2005
Read more...
By
Robert Griffin
2009/09/01
|
Category:
principals
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,016 reads
The Complete SQL Server 2005 Permissions Report
The script provides complete and comprehensive permission reports, on all SQL Server security hierarchy levels, for all Logins. Reports on particular Logins and databases can be customized.
Read more...
By
Richard Lu
2010/05/10
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
6,023 reads
Security Basics: Applying the Principle of Least Privilege Properly
Whenever I do a security presentation, I make sure to cover the Principle of Least Privilege. And when I do I boil it down to this very simple definition: Giving the rights to do the job. No more. No less.
Read more...
By
Brian Kelley
2009/06/04
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,389 reads
Grant Mass permissions
Create A role and grant it a permission on a DB Schemas.
Read more...
By
mobasha B
2009/04/09
|
Source:
SQLServerCentral.com
|
Category:
security
Rating:
|
Discuss
|
Briefcase
|
1,112 reads
Database level permissions for SQL Server 2005 and 2008
I am new to SQL Server 2005/2008 having administered SQL Server 2000 and below. I have heard there are a lot of new permissions at the database level. What are they and what do they give rights to perform?
Read more...
By
Additional Articles
2009/04/08
|
Source:
MSSQLTips.com
|
Category:
permissions
Rating:
Rate this
|
Briefcase
|
4,162 reads
Determine Users with Permission on an Object
This script will walk the hierarchical chain of users and roles to find users with permissions on an object.
Read more...
By
Charles Hawkins
2009/03/24
|
Source:
SQLServerCentral.com
|
Category:
security
Rating:
|
Discuss
|
Briefcase
|
1,432 reads
Analyzing SQL Server Permissions
This article shows the steps to analyze SQL Server logins and permissions to ensure that there are no logins and users that exist who are have unnecessary access
Read more...
By
Additional Articles
2009/03/17
|
Source:
SQL Server Performance
|
Category:
auditing
Rating:
Rate this
|
Briefcase
|
2,860 reads
Proxy Accounts in SQL Server
Yan Pan explains how to set up proxies in SQL Server 2000, 2005 and 2008, and compares the differences between them
Read more...
By
Additional Articles
2008/12/30
|
Source:
Database Journal
|
Category:
proxy accounts
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,257 reads
How do I assign permissions to users to see SQL Agent Jobs?
You can give your users rights to check if reports have run or jobs are complete without granting full admin rights. Here's how you can do so by using SQLAgentReaderRole in SQL Server
Read more...
By
Additional Articles
2008/12/16
|
Source:
Builder.com
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,913 reads
Granting View Definition Permission to a User or Role
Instead of granting higher level permissions, is there a way to allow users that only have public access the ability to see object definitions?
Read more...
By
Additional Articles
2008/10/13
|
Source:
MSSQLTips.com
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,782 reads
Permission scripting over all databases
Scripts permissions/roles for db user across all databases.
Read more...
By
W Louw
2013/05/21
|
Source:
SQLServerCentral.com
|
Category:
permissions
Rating:
|
Discuss
|
Briefcase
|
10,799 reads
Items 1 to 16 of 16
Tags
administration
(2)
grant
(2)
jobs
(2)
logins
(2)
scripting
(2)
sql agent
(2)
sql server 7
(2)
auditing
(1)
automation
(1)
backup / restore
(1)
blogs
(1)
databases
(1)
job
(1)
principals
(1)
proxy accounts
(1)
role
(1)
roles
(1)
script
(1)
securables
(1)
sql server 2005
(1)
sql server 2008
(1)
t-sql
(1)
user
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.