In MS-SQL Server 2008 R2, is there a way to set a table permission to “deny all” (select, insert, update, delete), to all roles and user id (including the future ones), except to sa?
In other words, can a table be made invisible except to sa?
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.
No
If you want an invisible table, put into it’s own database and set no permissions at all. No need to DENY, just do not GRANT or CREATE USER