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

Explain database normalization?

1264


what is raid and what are different types of raid configurations? : Sql server database administration

1094


What the different types of Replication and why are they used?

1127


How self join is different from outer join?

1170


Which autogrowth database setting is good?

1091


What is difference between order by and group by?

1052


What is the difference between char, varchar and nvarchar?

1074


What happens if you insert a duplicate key for the primary key column in ms sql server?

1021


Can you explain different types of joins?

984


What is the sql server 2000 version number?

1140


What are alternate keys?

1025


What are different types of statement?

1081


Define views.

1065


What stored by the master? : sql server database administration

1170


What is ms sql server service broker?

1035