This sounds like a broken ownership problem. Does the same user (e.g. dbo)
own the view as owns the table? To avoid this problem, both objects will
need to be owned by the same user.
>I have granted SELECT permissions on a view to a user, now when I run the
> view it tells me that the user is denied select permissions on a table.
[quoted text clipped - 5 lines]
> Thank you in advance,
> Rui
Rui Peres - 14 Oct 2005 17:37 GMT
Thanks, that did it.
Rui
> This sounds like a broken ownership problem. Does the same user (e.g. dbo)
> own the view as owns the table? To avoid this problem, both objects will
[quoted text clipped - 9 lines]
> > Thank you in advance,
> > Rui