Is it possible to duplicate or copy a user? Example, I want to add another
user to the database and I want them to have the same rights as a user
already in the database without having to manually re-assign all the rights?
Thanks
Uri Dimant - 31 Jul 2007 07:27 GMT
Agho
No, use CREATE USER... or sp_adduser
> Is it possible to duplicate or copy a user? Example, I want to add another
> user to the database and I want them to have the same rights as a user
> already in the database without having to manually re-assign all the
> rights?
>
> Thanks