Re: Procedure erors and dbo versus dbo-alias for compiling



Most of my permission testing with the dbo-alias was in cross database
access.
I did find that a user attempting to use a view on which he had select
permission,
could have the access denied based on permissions on the base table.
Granting
select on the base table, without changing the view allowed the user to
do the select.

.