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...

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

Can a table have 2 foreign keys?

956


What are the different kinds of ssrs reports?

221


What is cursors?

1260


How can you check the version of sql server?

1158


Explain error handling in ssis?

1070


Which is the latest version of sql server and when it is released?

1196


mention different types of relationships in the dbms?

1087


What are the different types of upgrades that can be performed in sql server?

1212


what's sql server? : Sql server database administration

1051


what are different types of backups available in sql server? : Sql server database administration

984


What is SubQuery in SQL Server 2008

1070


How each E-R model constructs can be mapped to the relational model?

1050


Define normalisation?

1155


What are the advantages of using cte?

1075


How to display a past time in days, hours and minutes?

1058