Rename Standard Role

accessman2

Registered User.
Local time
Today, 06:09
Joined
Sep 15, 2005
Messages
335
Hi,

How can I rename the standard role? Because I want to keep the object permissions, just rename role name.
 
hi,

are you talking about

a server role?
a database role?
a custom role you made yourself?
 
custom role I made myself.
 
update sysusers
set name = 'newrolename'
where name = 'oldrolename'
 

Users who are viewing this thread

Back
Top Bottom