View Designer Role and Security
From: Phil Leitch (anonymous_at_discussions.microsoft.com)
Date: 02/23/04
- Previous message: Peter Cwik: "DTS Permissions"
- Next in thread: Rand Boyd [MSFT]: "RE: View Designer Role and Security"
- Reply: Rand Boyd [MSFT]: "RE: View Designer Role and Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Feb 2004 14:21:06 -0800
We have a database where all access to the data is done through stored procedures with appropriate exec. persmissions set to user defined roles. There are no permissions on any table in order to restrict access to tables directly. We also have views that can be used in custom queries by various user groups to perform ad hoc queries.
We need to setup a user to be able to create and alter views but not to have any other sysadmin permissions. I've tried granting create view and alter view permissions to the user which works, except the user is the owner of the view and the tables are all owned by the dbo user. I can grant other users or groups select permissions on these views but selecting from the view fails because the users do not have select permissions on the tables and the table owner (dbo) is different from the view owner.
Is there a way to do this without making the view designer user a member of the sysadmin role?
Phil Leitch
- Previous message: Peter Cwik: "DTS Permissions"
- Next in thread: Rand Boyd [MSFT]: "RE: View Designer Role and Security"
- Reply: Rand Boyd [MSFT]: "RE: View Designer Role and Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|