Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 grant on view but hide actual table

Author  Topic 

Kimi86
Yak Posting Veteran

79 Posts

Posted - 2013-03-12 : 11:17:11
Posting this question bit differently.

I have a view which is selecting rows from a table in a different database on same server. I'd like to grant select access to the view, but not direct access to the base table. The view has a where clause restricting the number of rows.

Can I grant select to the view and not the base table??

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-03-12 : 12:26:45
Is this the same as http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=183685 ?
Go to Top of Page
   

- Advertisement -