Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I protect Enterprise Manager?

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I don't want any of my users to open any object of the database in Enterprse Manager without having a valid password. How do I achieve this?
 
On each of your databases, right click and select 'Edit SQL Registration properties'. Instead of using Windows Auth. use SQL and select the option to prompt for password. Ashley L Rickards
SQL DBA
 

Assign the user to the db_denydatareader and db_denydatawriter database roles. They won't be able to read, write or even view the tables. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top