Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 creating an image of a user

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-03-04 : 12:46:35
Hi,

I have a user1 already created with all permissions, access, his databses...etc and the other things in sql that may be i am not aware of.

I am trying to create a user2 which is supposed to be an exact image of the user user1. User2 needs to have all rights and permissions and every thing else that user1 has:

So far, I did this:

1-I create the user in sql server logins,

2- I create the user2 in all the databses where user1 is created

3- I copied all the permissions on all the objects that user1 has in every database. I used sp_helproptect for that

Is there any thing else that I need to take into account pls, so that user2 doesn t miss anything of what user1 has?

Thank you
   

- Advertisement -