Re: DBO/Permissions questions
From: Kalen Delaney (replies_at_public_newsgroups.com)
Date: 08/05/04
- Next message: Uri Dimant: "Re: DBO/Permissions questions"
- Previous message: oj: "Re: cross subnet transfer of data"
- In reply to: Thomas Scheiderich: "DBO/Permissions questions"
- Next in thread: Thomas Scheiderich: "Re: DBO/Permissions questions"
- Reply: Thomas Scheiderich: "Re: DBO/Permissions questions"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 22:47:55 -0700
In your other post, you said that when you logged in as tfs, you had the
user name of dbo, but here you say the user name is tfs. Which is it?
If, as I hypothesized in my reply to your other post, tfs is in the server
sysadmin role, then he will have full permission to do anything even without
permissions excplicitly granted or listed. Any login in the sysadmin role
has all the rights and privileges of 'sa'.
Please run sp_helpsrvrolemember sysadmin to see who is in the sysadmin role.
-- HTH ---------------- Kalen Delaney SQL Server MVP www.SolidQualityLearning.com "Thomas Scheiderich" <tfs@deltanet.com> wrote in message news:10h3cj89pt4k465@corp.supernews.com... > I am trying to understand this whole permissions thing. So I have an > example that is confusing me. > > I have a database - VDW. > I have 3 users: > Name Login ID Database Access > dbo sa Permit > SqlExec Permit > tfs tfs Permit > > tfs has a database role of public > DBO is sa. > I have a table CountGrp whose owner is DBO (I assume this means that I > created this while logged on as sa) > When I list only users with permissions on this object - it shows nothing (I > assume the dbo, however, has permissions) > > How come when I log on as tfs, I can do a select and update of CountGrp > (which says no one has permissions)? > > Thanks, > > Tom. > >
- Next message: Uri Dimant: "Re: DBO/Permissions questions"
- Previous message: oj: "Re: cross subnet transfer of data"
- In reply to: Thomas Scheiderich: "DBO/Permissions questions"
- Next in thread: Thomas Scheiderich: "Re: DBO/Permissions questions"
- Reply: Thomas Scheiderich: "Re: DBO/Permissions questions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading