Is there any work around to grant view on a particular database after executing the below code?, I am using MS SQL 2008 RC2.
REVOKE VIEW ANY DATABASE FROM <login>;
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.
As far as I know,
REVOKEwins, so you may need to grantVIEW ANYand then deny on all of the other databases individually. This is less fun of course but you can automate this without having to do it one by one.