Groups | Blog | Home
all groups > sql server new users > september 2006 >

sql server new users : grant a user a temporary SA permission for a spesific action


Sue Hoegemeier
9/29/2006 11:22:54 AM
Usually for things like that you would have the user submit
a script for a DBA or someone with sysadmin access to
execute. But...
Probably one of the easiest ways to handle doing it the way
you requested is to add the user to one of the roles that
allows them to perform whatever function and then remove the
user from that role when they are done.
The user wouldn't need sa permissions to alter a column. You
could add that user to the db_ddladmin role in the database
where they want to make the change.

-Sue

On Fri, 29 Sep 2006 19:41:32 +0200, "Sam"
[quoted text, click to view]
Sam
9/29/2006 7:41:32 PM
how can i grant a user a temporary SA permission for a spesific action (like
alter a column in a table)?

thanks

AddThis Social Bookmark Button