I’m using SQL Server Express 2008 SP1 (10.0.2531) and would like to limit access for a SQL account to one database. I have the SQL account created. How do I grant this user access to the database but deny access to the others?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You create a USer.
1 – Using Security/logins. Add your user here (new login)
2 – User mapping
3 – users mapped to this login.
4- choose the DB that your user can access