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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I change procedure name in sql server?

696


What is difference between index and primary key?

790


What is difference between delete and truncate commands?

693


What is the main purpose of having conversation group?

660


What are the extra roles available in msdb? : sql server security

840






Is it important for a database administrator to understand the operating system and file access?

721


What is compound operators?

708


What are the acid properties?

719


Do you know how to implement service broker?

688


What is acid mean in sql server?

737


Explain some stored procedure creating best practices or guidelines?

678


What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?

845


can you instantiate a com object by using t-sql? : Sql server database administration

713


Where is my database stored on the hard disk in ms sql server?

772


What is the sql server agent?

776