I am using SQL Server 2008 Enterprise on Windows Server 2008 Enterprise. I am wondering for SQL Server authentication mode (not Windows authentication mode), how to grant non-sa user to be able to access this view?
thanks in advance,
George
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.
Check the link below
http://blog.gre-sqlserver-solutions.com/2010/02/sql-agent-giving-non-sa-users.html
and also
http://www.sypron.nl/grant_sa.html
UPDATE
Create the user. Open sql management studio with sa user, right click to a view you want to give permission, find permissions part and just add created non-sa sql user.
There’s also Security->Users Folder in your DB tree, where you can create user.
Good Luck!