Click here to Skip to main content
15,917,563 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I secure SQL SERVER 2000? I am using windows authentication mode and it doesnt have additional user name or password. As a result anyone can open SQL SERVER 2000. I need to know how can I secure it so that none can open & edit data from enterprise manager. Please help me.
Posted

1 solution

If you are using windows authentication in that case you can create roles and add different windows user and NT groups to the roles and grant access to the roles to access the db objects. As a best practice, don't grant direct access to the users on db objects, it should be done through roles only.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900