SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Can I grant read-only access to table for view
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

KilpAr
Yak Posting Veteran

80 Posts

Posted - 11/14/2012 :  02:28:37  Show Profile  Reply with Quote
Is there a way to use a view as an user i.e. grant an access for a view to read a table?

sunitabeck
Flowing Fount of Yak Knowledge

5152 Posts

Posted - 11/14/2012 :  06:57:40  Show Profile  Reply with Quote
You mean grant access to select from the view?
GRANT SELECT ON dbo.YourView to TheUserNameOrRolename;
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000