Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Security / April 2006

Tip: Looking for answers? Try searching our database.

Assigning Permissions to a Database

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
newbie - 24 Apr 2006 16:46 GMT
I'm trying to grant a user full access to a database.

Although I've given this user the role of db_owner, he still doesnt have the
same access as ,for example, the "dbo" user.

When I look at the table permissions, the "dbo" user has everything selected
while my user has nothing selected. Do I have to go into each table and
manually assign these permissions or can I somhow apply all of the
permissions using the database roles?

Thanks!
Dan Guzman - 25 Apr 2006 01:30 GMT
Db_owner role members and the 'dbo' user hare full permissions over all
objects in the database.  There is no need to grant object permissions
because object permissions are not checked for db_owner role members.

Signature

Hope this helps.

Dan Guzman
SQL Server MVP

> I'm trying to grant a user full access to a database.
>
[quoted text clipped - 7 lines]
>
> Thanks!
mpia - 25 Apr 2006 03:02 GMT
Besides, if a user belongs to db_owner role, he isn't dbo user. For example,
if that user creates a table, this table will be created as user.tabla but
if the dbo user creates a table, this table will be created as dbo.tabla .
Then, the user should create the table hardcoding the dbo.tabla

Mpia

> Db_owner role members and the 'dbo' user hare full permissions over all
> objects in the database.  There is no need to grant object permissions
[quoted text clipped - 11 lines]
>>
>> Thanks!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.