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 tag
Permissions
Items 1 to 20 of 27
Next 20 >>
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,414 reads
Get Back into SQL Server After You've Locked Yourself Out
Someone, while locking down the SQL Server, removed the permissions by which the DBAs came in and administered the server. As a result, we cannot get back into SQL Server. How can we restore our access to SQL Server? Check out this tip to find out.
Read more...
By
Additional Articles
2012/03/29
|
Source:
MSSQLTips.com
|
Category:
permissions
Rating:
Rate this
|
Briefcase
|
3,854 reads
Report SQL SERVER 2005 Permissions
Reports permissions to three levels: database, schema and table -- in three formats: readable, structured, scripted.
Read more...
By
stumbling fish
2011/12/12
|
Source:
SQLServerCentral.com
|
Category:
permissions
Rating:
|
Discuss
|
Briefcase
|
3,679 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,723 reads
Reverse-Engineer Database Permissions (2005 up)
This script reverse engineers SQL statements to recreate database permissions.
Read more...
By
george sibbald
2011/10/24
|
Source:
SQLServerCentral.com
|
Category:
permissions
Rating:
|
Discuss
|
Briefcase
|
2,182 reads
Retrieve Database Object permission scripts and Role members scripts
I often need to synchronize the user permission between databases. I wrote this simple query to script the sql statement to per item.
Read more...
By
Gokhan Varol
2011/02/03
|
Source:
SQLServerCentral.com
|
Category:
permissions
Rating:
|
Discuss
|
Briefcase
|
2,314 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,967 reads
Stored procedure to script out user permissions
Stored procedure to script out user permissions
Read more...
By
Harsha Majety
2011/01/17
|
Source:
SQLServerCentral.com
|
Category:
stored procedures
Rating:
|
Discuss
|
Briefcase
|
3,840 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,967 reads
Retrieving SQL Server Permissions for Disaster Recovery
I'm needing to audit the permissions in my databases, but I want to script them out so I have something to run in case of a recovery situation. I've got the logins, roles, and users handled, but it's the permissions that I want to extract. How can I do this easily?
Read more...
By
Additional Articles
2010/11/08
|
Source:
MSSQLTips.com
|
Category:
disaster recovery (dr)
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,648 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,062 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,018 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,062 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,393 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,118 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,174 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,437 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,875 reads
CONTROL SERVER vs. sysadmin membership
In a previous blog post on Detecting When a Login Has Implicit Access to a Database, I mentioned that having CONTROL SERVER rights means having implicit rights into the databases. Robert Davis posted a comment asking if there was a difference with respect to explicit permissions between being a member of the sysadmin fixed server role and having CONTROL SERVER rights.
Read more...
By
Brian Kelley
2009/03/16
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,625 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,267 reads
Items 1 to 20 of 27
Next 20 >>
Tags
security
(14)
administration
(4)
grant
(3)
t-sql
(3)
blogs
(2)
jobs
(2)
logins
(2)
principals
(2)
scripting
(2)
securables
(2)
sql agent
(2)
sql server 2005
(2)
sql server 2008
(2)
sql server 7
(2)
administrator
(1)
auditing
(1)
automation
(1)
backup / restore
(1)
columns
(1)
databases
(1)
disaster recovery (dr)
(1)
dump
(1)
job
(1)
maintenance plans
(1)
object permissions
(1)
ownership
(1)
proxy accounts
(1)
queries
(1)
report
(1)
role
(1)
roles
(1)
script
(1)
stored procedures
(1)
user
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.