Re: How to GRANT *all* permissions to *all* users?
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Tue, 6 Feb 2007 17:09:07 +0200
Steve
Add the login to sysadmin server role
<steve.chambers@xxxxxxxxx> wrote in message
news:1170773941.309642.45560@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In short, I would like to know how to do this i.e. give any user
permission to do anything (e.g. CREATE tables, ALTER tables etc.)
I'm asking because I recently converted from SQL Server 2000 to 2005
and initially the stored procedures couldn't be changed so had a quick
look on the web and found that applying the following 2 lines enabled
most things:
GRANT VIEW ANY DEFINITION TO public
GRANT VIEW SERVER STATE TO public
(http://www.microsoft.com/technet/technetmag/issues/2006/01/
ProtectMetaData/default.aspx)
But I still can't ALTER tables (this option is greyed out). I want to
give anyone working on the databases the ability to do anything (don't
worry, it's just a test environment, not the real thing).
Is there a GRANT or set of GRANT commands that I can apply to give
these permissions?
Thanks to anyone who can help/shed any light on this...
Cheers,
Steve
.
- Follow-Ups:
- Re: How to GRANT *all* permissions to *all* users?
- From: steve . chambers
- Re: How to GRANT *all* permissions to *all* users?
- References:
- How to GRANT *all* permissions to *all* users?
- From: steve . chambers
- How to GRANT *all* permissions to *all* users?
- Prev by Date: How to GRANT *all* permissions to *all* users?
- Next by Date: Re: How to GRANT *all* permissions to *all* users?
- Previous by thread: How to GRANT *all* permissions to *all* users?
- Next by thread: Re: How to GRANT *all* permissions to *all* users?
- Index(es):
Relevant Pages
|