I want to make a user ho have the same rights as the SA user.
I have tried to use
Sp_addlogin
and sp_grantdbacces s
I have got a new user but i have only access to master DB. I can use
sp_grantdbacces s to every database.
Inn this case i have about 100 different databases i need to have
access to. is't a way to give a user "administra tor" rights to every
database?
I have tried to use
Sp_addlogin
and sp_grantdbacces s
I have got a new user but i have only access to master DB. I can use
sp_grantdbacces s to every database.
Inn this case i have about 100 different databases i need to have
access to. is't a way to give a user "administra tor" rights to every
database?
Comment