RE: SQL Server Roles
From: ChrisW (ChrisW_at_discussions.microsoft.com)
Date: 03/03/05
- Previous message: John Bell: "RE: SQL Server Roles"
- In reply to: John Bell: "RE: SQL Server Roles"
- Next in thread: Sue Hoegemeier: "Re: SQL Server Roles"
- Reply: Sue Hoegemeier: "Re: SQL Server Roles"
- Reply: marcmc: "RE: SQL Server Roles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 3 Mar 2005 02:25:03 -0800
Thanks John, that helped.
Delving a little deeper, we are attempting to avoid the use of 'sysadmin',
however, this authority is required to perform basic tasks such as viewing
SQL Server Agent Jobs. We hoped to be able to build a new fixed server role
containing the selected 'sysadmin' privileges that a DBA requires but from
what I've read it's not possible to do this or amend existing fixed server
roles. Is this correct? If not, how it can be done?
"John Bell" wrote:
> Hi
>
> I don't think these are SQL Server fixed server or database roles For a list
> see
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_security_6ndx.asp
>
> and sp_helpdbfixedrole
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_help_5omd.asp
>
> If they were, you could use sp_dbfixedrolepermission
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_addp_4boy.asp to see what the permissions are
>
> To add a user to a fixed server role see sp_addsrvrolemember
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_addp_0n1u.asp
>
> If you want to add a user to a role use sp_addrolemember
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_addp_4boy.asp
>
> John
>
>
>
>
> "ChrisW" wrote:
>
> > Where can I find details of the split in SQL Server fixed servers roles
> > between CDBA and DDBA. I want to maintain a segregation of duties between
> > the two and am looking for a standard / simple way to achieve this.
- Previous message: John Bell: "RE: SQL Server Roles"
- In reply to: John Bell: "RE: SQL Server Roles"
- Next in thread: Sue Hoegemeier: "Re: SQL Server Roles"
- Reply: Sue Hoegemeier: "Re: SQL Server Roles"
- Reply: marcmc: "RE: SQL Server Roles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|