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 / DB Engine / SQL Server / March 2008

Tip: Looking for answers? Try searching our database.

SQL 2000 database role question for Web Developer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jason Huang - 28 Mar 2008 08:14 GMT
Hi,

I would like to have SELECT/UPDATE/DELETE permission for a web developer
UserA on database DBWeb.
For convience's sake, I also want to grant permissions to the UserA so that
UserA can CREATE and DROP Table on DBWeb,
as well as Backup DBWeb.
If I don't want to let the UserA be the Owner for the DBWeb.  What kind of
Database Role do I need to grant for UserA?
Thanks for help.

Jason
John Bell - 28 Mar 2008 09:31 GMT
Hi Jason

Information about permissions required to under take a command is documented
in Books Online for the topic about the given instructions e.g.

For backup BOL says

"BACKUP DATABASE and BACKUP LOG permissions default to members of the
sysadmin fixed server role and the db_owner and db_backupoperator"

For CREATE TABLE BOL says

"CREATE TABLE permission defaults to the members of the db_owner and
db_ddladmin fixed database roles. Members of the db_owner fixed database role
and members of the sysadmin fixed server role can transfer CREATE TABLE
permission to other users"

Therefore db_backupoperator and db_ddladmin may be the lowest privileges
that you can grant the person, but this may allow them to do too much!

John

> Hi,
>
[quoted text clipped - 8 lines]
>
> Jason
 
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.