| | |
Cute: I need to remove the db_backupoperator permissions from the db_owner role.
Please support our MS SQL advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 0
The reason is that :
1. I wish to run multiple databases on a single server.
To do this securely each login must be granted db_owner on the database so we can use "deny view any database" to hide the other databases from view. (login can see all databases they are owner of however).
2. This creates a problem. We do not wish the users to be able to create backups even though they are db_owners.
It's here that I am having difficulties.
Any ideas?
1. I wish to run multiple databases on a single server.
To do this securely each login must be granted db_owner on the database so we can use "deny view any database" to hide the other databases from view. (login can see all databases they are owner of however).
2. This creates a problem. We do not wish the users to be able to create backups even though they are db_owners.
It's here that I am having difficulties.
Any ideas?
•
•
Join Date: Nov 2009
Posts: 2
Reputation:
Solved Threads: 1
0
#2 26 Days Ago
I assume you are running SQL Server 2005.
I far as i know it is not possible to change the permissions of a fixed database role (db_owner).
On database level try "DENY BACKUP DATABASE TO db-user" and "DENY BACKUP LOG TO db-user" where db-user is the database user (not the login!) who is member of the fixed database role "db_owner".
I far as i know it is not possible to change the permissions of a fixed database role (db_owner).
On database level try "DENY BACKUP DATABASE TO db-user" and "DENY BACKUP LOG TO db-user" where db-user is the database user (not the login!) who is member of the fixed database role "db_owner".
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 0
0
#3 26 Days Ago
•
•
•
•
I assume you are running SQL Server 2005.
I far as i know it is not possible to change the permissions of a fixed database role (db_owner).
On database level try "DENY BACKUP DATABASE TO db-user" and "DENY BACKUP LOG TO db-user" where db-user is the database user (not the login!) who is member of the fixed database role "db_owner".
![]() |
Similar Threads
- Set, View, Change, or Remove Special Permissions for Files and Folders in Windows XP (Windows tips 'n' tweaks)
- Remove one inherited directory permission (VB.NET)
- Hidden program installs .dlls with randomly generated names in random "notify" reg. (Viruses, Spyware and other Nasties)
- Hijack This log (Viruses, Spyware and other Nasties)
- HiJackThis-log for viewing , XP box. (Viruses, Spyware and other Nasties)
- Specialgoods.info infection (Viruses, Spyware and other Nasties)
- Specialgoods.info infection (Viruses, Spyware and other Nasties)
- Why my shell script doesn't delete a file ?? (Shell Scripting)
Other Threads in the MS SQL Forum
- Previous Thread: strong sa password error
- Next Thread: How to Create database in SQL Server using Javascript & HTML?
| Thread Tools | Search this Thread |





