Top "Database-permissions" questions

How to understand Principals in SQL Server?

This sounds stupid but I find it really confusing: in MSDN the definition is the entity that can request SQL …

sql-server database-permissions principal
SQL Server: permissions to read database diagrams

Could you please advise, what are permissions required to give user access to read Database diagrams in SQL Server 2005? Thanks …

sql-server sql-server-2005 permissions database-permissions
SQL Server Deny all users from a table except for one user

Im not too familiar with SQL Server. Can one of you experts please help me with this ! Ive got a …

sql-server permissions database-permissions
Grant permissions to user for any new tables created in postgresql

Currently I am using this to grant permissions: grant select on all tables in schema public to <user_name&…

postgresql grant database-permissions
How to Grant Permission to IMPERSONATE any other user?

In order to log the usage of an application I am developing I need every user using my application to …

sql-server tsql database-permissions
Ms Access: Record(s) cannot be read; no read permission on [table]

i wrote script for downloading mdb files and reading them due OLEDB provider. All works fine, but if i try …

ms-access permissions oledb database-permissions
TF246017 Error when opening TFS Administration Console

When I log on to our TFS server using my own domain account and try to open TFS Administration Console, …

tfs permissions active-directory administrator database-permissions
How do I execute a procedure in a package I just created in another schema?

Setup: I have two trees of scripts that run on Oracle 11g - one set ensures the correct instance configuration …

oracle stored-procedures database-permissions
User Granted Access to Stored Procedure but Can't Run Query

I am working on a product that runs an SQL server which allows some applications to login and their logins …

sql sql-server stored-procedures database-permissions grant
implementing Access Control Lists vs using database roles and users

First off before you grill me to the floor, i would like to say i have spent considerable amount of …

sql-server wcf acl roles database-permissions