Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Security Question- SQL DBA exparts, need your help...

Answers were Sorted based on User's Feedback



Security Question- SQL DBA exparts, need your help... ..

Answer / sqldba29

I want to give access to a new user (example "user A") same
access as another existed user for (example "User B'").

User B has access to 8 databases in one server... (Read,
write, ddl)

My question is, what are the ways to give the access
to "User A"... or we have to open each database of "user B'
has and see his/her permissions on that database and then
open the "user A" and give the permission accordingly.

If you are doing any differently please help me.

Is This Answer Correct ?    3 Yes 0 No

Security Question- SQL DBA exparts, need your help... ..

Answer / dolly rajdev

As you know what all access are provided to the existing "User B".
You can give the same access to the new user "User A".
Run the command ->
GRANT SELECT ON SCHEMA::dbo to User A
likewise u can give the below permissions ->
GRANT INSERT ON SCHEMA::dbo to User A
GRANT UPDATE ON SCHEMA::dbo to User A
GRANT DELETE ON SCHEMA::dbo to User A
All u need to do is just select the Database from the drop-down list in the SQL Server Manangement Studio and run the above scripts once.
If u want the same permission to be given to the same user in 8 databases the select all the databases one by one from the drop-down in SQL Server and run the same scripts.

Is This Answer Correct ?    1 Yes 0 No

Security Question- SQL DBA exparts, need your help... ..

Answer / kiran

Always prefer giving permissions to a group.mark up the
permissions of a onto a group and then all u need to do is
add the new user to that group.this is the most efficient
way that new users can be added with same permissions as
that assigned to previous users.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

WHAT IS UNIQUE IDENTIFIER DATA TYPE?

2 Answers   Sparsh,


Explain how to maintain a fill factor in existing indexes?

0 Answers  


how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.

0 Answers  


What is Transparent Data Encryption?

0 Answers  


Which is the main third-party tool used in sql server?

0 Answers  


How to encrypt data between dialogs?

0 Answers  


How to create an multi-statement table-valued function?

0 Answers  


Explain about remote stored procedure?

0 Answers  


Explain some DBCC commands?

6 Answers  


How do you manipulate data?

0 Answers  


What is the difference between sdf and mdf?

0 Answers  


What you can do to delete a table without the delete trigger firing?

0 Answers  


Categories