March 2, 2011 at 4:18 am
Hi all,
how to give the permissions to user for view definition of Object in sql server 2008 r2
Thanks to all
March 2, 2011 at 4:51 am
I find Google quite useful when I can't remember the syntax of a command: http://www.mssqltips.com/tip.asp?tip=1593
April 13, 2011 at 4:43 am
I am not able to restrict user.
He still able to see all the data.
April 13, 2011 at 5:58 am
Is he a member of db_datareader? A member of db_owner? a member of sysadmin?
Granting view definition doesn't remove permissions, it adds permissions
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 26, 2011 at 5:37 am
If you want to restrict user can see only definition of the objects then remove all rights exclude public then give VIEW DEFINITION
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
Regards,
Syed Jahanzaib Bin Hassan
BSCS | MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
www.aureus-salah.com
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply