If you have permissions to access the view, then you can access it. You don't need to have permission to access the underling table(s).
Tom
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have table A, that I don't have access to, but I do have access to a View B, do I get access to table A then? Or do I need access to A as well top get the view to work?
CREATE VIEW B AS
SELECT columns
FROM A
If you have permissions to access the view, then you can access it. You don't need to have permission to access the underling table(s).
Tom