What does control permission mean in SQL server 2008? When I provide only select permission it does not work i.e. user can’t select but when I provide control + select permission then it is possible to select?
Share
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.
CONTROL permission gives all other permissions except those explicitly denied. It’s almost the same as ownership except that the owner can’t be denied a permission.
Control + Select is meaningless, if you have control, then you have select permission anyway.